Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Dec 2012 16:11:07 +0100
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        "Jason E. Hale" <jhale@freebsd.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r309004 - in head/math/openblas: . files
Message-ID:  <20121216161107.5a4a25e2@FreeBSD.org>
In-Reply-To: <3914862.EeCOqgkA8K@mocha.verizon.net>
References:  <201212161327.qBGDRqSB083471@svn.freebsd.org> <3914862.EeCOqgkA8K@mocha.verizon.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Dnia 2012-12-16, o godz. 08:52:50
"Jason E. Hale" <jhale@freebsd.org> napisa=B3(a):

>On Sunday, December 16, 2012 13:27:52 Pawel Pekala wrote:
>>
>> +DYNAMIC_ARCH_DESC=3D	"Support multiple CPU types on i386 and
>> amd64" +INTERFACE64_DESC=3D	"Use 8 byte integers on 64-bit
>> architectures" +OPENMP_DESC=3D		"Use OpenMP for
>> threading" +AVX_DESC=3D		"Support Advanced Vector
>> Extensions (AVX)"
>
>Quotes should be removed from descriptions.
>
>>=20
>> -.if ! ( defined(WITH_AVX) )
>> +.if empty ( ${PORT_OPTIONS:MAVX} )
>
>This is not correct syntax.  Should be:
>.if ! ${PORT_OPTIONS:MAVX}
>
>>  BUILDFLAGS+=3D	NO_AVX=3D1
>>  .endif
>>=20

Thanks, this is now fixed.

--=20
pozdrawiam / with regards
Pawe=B3 P=EAkala



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121216161107.5a4a25e2>