[111797] trunk/dports/math/gnudatalanguage/Portfile

Ryan Schmidt ryandesign at macports.org
Wed Oct 2 07:13:00 PDT 2013


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