Revision: 108579 https://trac.macports.org/changeset/108579 Author: takeshi@macports.org Date: 2013-07-26 16:02:23 -0700 (Fri, 26 Jul 2013) Log Message: ----------- gnudatalanguage: added gcc48 variant Modified Paths: -------------- trunk/dports/math/gnudatalanguage/Portfile Modified: trunk/dports/math/gnudatalanguage/Portfile =================================================================== --- trunk/dports/math/gnudatalanguage/Portfile 2013-07-26 22:47:03 UTC (rev 108578) +++ trunk/dports/math/gnudatalanguage/Portfile 2013-07-26 23:02:23 UTC (rev 108579) @@ -6,6 +6,7 @@ name gnudatalanguage version 0.9.3 +revision 1 epoch 1 categories math science maintainers takeshi @@ -166,7 +167,7 @@ -DPYTHONVERSION=2.7 } -if {[variant_isset gcc44] || [variant_isset gcc45] || [variant_isset gcc46] || [variant_isset gcc47]} { +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 } @@ -180,25 +181,30 @@ configure.args-append -D } -variant gcc45 conflicts gcc44 gcc46 gcc47 description {enabling of the support for OpenMP with gcc45} { +variant gcc45 conflicts gcc44 gcc46 gcc47 gcc48 description {enabling of the support for OpenMP with gcc45} { configure.compiler macports-gcc-4.5 depends_lib-append port:gcc45 # Detecting CXX compiler ABI info fails without this configure.args-append -D } -variant gcc46 conflicts gcc44 gcc45 gcc47 description {enabling of the support for OpenMP with gcc46} { +variant gcc46 conflicts gcc44 gcc45 gcc47 gcc48 description {enabling of the support for OpenMP with gcc46} { configure.compiler macports-gcc-4.6 depends_lib-append port:gcc46 # Detecting CXX compiler ABI info fails without this configure.args-append -D } -variant gcc47 conflicts gcc44 gcc45 gcc46 description {enabling of the support for OpenMP with gcc47} { +variant gcc47 conflicts gcc44 gcc45 gcc46 gcc48 description {enabling of the support for OpenMP with gcc47} { configure.compiler macports-gcc-4.7 depends_lib-append port:gcc47 } +variant gcc48 conflicts gcc44 gcc45 gcc46 gcc47 description {enabling of the support for OpenMP with gcc48} { + configure.compiler macports-gcc-4.8 + depends_lib-append port:gcc48 +} + variant gshhs description {build with support for GSHHS} { distfiles-append ${gshhssrc}:gshhs \ ${gshhsdata}:gshhs