[114154] trunk/dports/math/gsl/Portfile
Nicolas Pavillon
nicos at macports.org
Sun Dec 1 06:21:56 PST 2013
Thanks for the reminder. This should have been corrected in r114186 along with a forgotten test case.
Cheers,
Nicolas
On Dec 1, 2013, at 11:51, Ryan Schmidt <ryandesign at macports.org> wrote:
>
> On Nov 30, 2013, at 08:50, nicos at macports.org wrote:
>
>> Revision
>> 114154
>> Author
>> nicos at macports.org
>> Date
>> 2013-11-30 06:50:33 -0800 (Sat, 30 Nov 2013)
>> Log Message
>>
>> gsl: enable avx optimization for proper compilers (ticket #41554)
>> Modified Paths
>>
>> • trunk/dports/math/gsl/Portfile
>
>
>> variant optimize description "Provide further optimization options (depending on compiler used)" {
>>
>> - configure.cflags-append "-ftree-vectorize -O3"
>>
>> + configure.cflags-append "-O3"
>>
>> }
>
> Optimization flags really belong in configure.optflags. MacPorts will add configure.optflags to configure.cflags and configure.cxxflags for you. The default configure.optflags is currently -Os so if you need something different you can change it. You don’t need quotes around option values.
More information about the macports-dev
mailing list