[101467] trunk/dports/math/octave/Portfile

ram at macports.org ram at macports.org
Fri Jan 11 08:12:28 PST 2013


Revision: 101467
          https://trac.macports.org/changeset/101467
Author:   ram at macports.org
Date:     2013-01-11 08:12:28 -0800 (Fri, 11 Jan 2013)
Log Message:
-----------
math/octave: add gcc46 and gcc47 variants

Modified Paths:
--------------
    trunk/dports/math/octave/Portfile

Modified: trunk/dports/math/octave/Portfile
===================================================================
--- trunk/dports/math/octave/Portfile	2013-01-11 15:20:28 UTC (rev 101466)
+++ trunk/dports/math/octave/Portfile	2013-01-11 16:12:28 UTC (rev 101467)
@@ -109,30 +109,40 @@
     }
 }
 
-variant gcc43 description {build with the macports gcc43 toolchain} conflicts gcc44 gcc45 g95 {
+variant gcc43 description {build with the macports gcc43 toolchain} conflicts gcc44 gcc45 gcc46 gcc47 g95 {
     depends_build-append    port:gcc43
     configure.compiler      macports-gcc-4.3
 }
 
-variant gcc44 description {build with the macports gcc44 toolchain} conflicts gcc43 gcc45 g95 {
+variant gcc44 description {build with the macports gcc44 toolchain} conflicts gcc43 gcc45 gcc46 gcc47 g95 {
     depends_build-append    port:gcc44
     configure.compiler      macports-gcc-4.4
 }
 
-variant gcc45 description {build with the macports gcc45 toolchain} conflicts gcc43 gcc44 g95 {
+variant gcc45 description {build with the macports gcc45 toolchain} conflicts gcc43 gcc44 gcc46 gcc47 g95 {
     depends_build-append    port:gcc45
     configure.compiler      macports-gcc-4.5
 }
 
-variant g95 description {build with g95} requires accelerate conflicts atlas gcc43 gcc44 gcc45 {
+variant gcc46 description {build with the macports gcc45 toolchain} conflicts gcc43 gcc44 gcc45 gcc47 g95 {
+    depends_build-append    port:gcc45
+    configure.compiler      macports-gcc-4.5
+}
+
+variant gcc47 description {build with the macports gcc45 toolchain} conflicts gcc43 gcc44 gcc45 gcc46 g95 {
+    depends_build-append    port:gcc45
+    configure.compiler      macports-gcc-4.5
+}
+
+variant g95 description {build with g95} requires accelerate conflicts atlas gcc43 gcc44 gcc45 gcc46 gcc47 {
     depends_build-append    port:g95
     configure.f77       "${prefix}/bin/g95"
 }
 
-if { ![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset g95] } {
+if { ![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc46] && ![variant_isset gcc47] && ![variant_isset g95] } {
     default_variants +gcc45
 }
-if {![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc45] && ![variant_isset g95]} {
+if {![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc45] && ![variant_isset gcc46] && ![variant_isset gcc47] && ![variant_isset g95]} {
     pre-fetch {
         return -code error "You must use one of the compiler variants."
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130111/46eca9e7/attachment.html>


More information about the macports-changes mailing list