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

Pawel Pekala pawel at FreeBSD.org
Sun Dec 16 15:12:19 UTC 2012


Dnia 2012-12-16, o godz. 08:52:50
"Jason E. Hale" <jhale at freebsd.org> napisał(a):

>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
>> 

Thanks, this is now fixed.

-- 
pozdrawiam / with regards
Paweł Pękala


More information about the svn-ports-all mailing list