[111797] trunk/dports/math/gnudatalanguage/Portfile
Takeshi Enomoto
takeshi at enomosphere.net
Wed Oct 2 23:57:16 PDT 2013
Ryan,
Thanks for pointing this out. Done in r111831 and r111834.
BTW buildbot complains the lack of /opt/local/bin/cmake.
Portgroup cmake is used and plplot depends on cmake so cmake should be
installed.
Do I have to explicitly write depends_build port:cmake?
2013/10/2 Ryan Schmidt <ryandesign at macports.org>:
> On Oct 2, 2013, at 07:46, takeshi at macports.org wrote:
>
>> Revision: 111797
>> https://trac.macports.org/changeset/111797
>> Author: takeshi at macports.org
>> Date: 2013-10-02 05:46:48 -0700 (Wed, 02 Oct 2013)
>> Log Message:
>> -----------
>> gnudatalanguage: updated for 0.9.4. fixed a bug that gcc44 didn't conflict with gcc48. added gcc49
>>
>> Modified Paths:
>> --------------
>> trunk/dports/math/gnudatalanguage/Portfile
>
>
>> +variant gcc49 conflicts gcc44 gcc45 gcc46 gcc47 gcc48 description {enabling of the support for OpenMP with gcc48} {
>> + configure.compiler macports-gcc-4.9
>> +}
>
> This variant's description is wrong (gcc48 -> gcc49)
>
> Also, should gcc49 be included in this if statement?
>
>
> if {[variant_isset gcc44] || [variant_isset gcc45] || [variant_isset gcc46] || [variant_isset gcc47] || [variant_isset gcc48]} {
> configure.args-delete -DOPENMP=OFF
> configure.args-append -DOPENMP=ON
> }
>
>
>
More information about the macports-dev
mailing list