svn commit: r309004 - in head/math/openblas: . files

Jason E. Hale jhale at freebsd.org
Sun Dec 16 13:53:00 UTC 2012


On Sunday, December 16, 2012 13:27:52 Pawel Pekala wrote:
>
> +DYNAMIC_ARCH_DESC=	"Support multiple CPU types on i386 and amd64"
> +INTERFACE64_DESC=	"Use 8 byte integers on 64-bit architectures"
> +OPENMP_DESC=		"Use OpenMP for threading"
> +AVX_DESC=		"Support Advanced Vector Extensions (AVX)"

Quotes should be removed from descriptions.

> 
> -.if ! ( defined(WITH_AVX) )
> +.if empty ( ${PORT_OPTIONS:MAVX} )

This is not correct syntax.  Should be:
.if ! ${PORT_OPTIONS:MAVX}

>  BUILDFLAGS+=	NO_AVX=1
>  .endif
> 

-- 
Jason E. Hale - jhale@
FreeBSD Ports Committer
KDE/FreeBSD Team


More information about the svn-ports-all mailing list