[110117] trunk/dports/python/py-obspy/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Aug 26 09:20:00 PDT 2013


Revision: 110117
          https://trac.macports.org/changeset/110117
Author:   jeremyhu at macports.org
Date:     2013-08-26 09:20:00 -0700 (Mon, 26 Aug 2013)
Log Message:
-----------
py-obspy: Undo accidental previuos commit

Modified Paths:
--------------
    trunk/dports/python/py-obspy/Portfile

Modified: trunk/dports/python/py-obspy/Portfile
===================================================================
--- trunk/dports/python/py-obspy/Portfile	2013-08-26 15:43:26 UTC (rev 110116)
+++ trunk/dports/python/py-obspy/Portfile	2013-08-26 16:20:00 UTC (rev 110117)
@@ -45,4 +45,28 @@
     universal_variant   no
 
     patchfiles          patch-setup.py.diff
+
+    variant gcc43 conflicts gcc44 gcc45 gcc46 gcc47 description {Compile with gcc 4.3} {
+        configure.compiler macports-gcc-4.3
+    }
+
+    variant gcc44 conflicts gcc43 gcc45 gcc46 gcc47 description {Compile with gcc 4.4} {
+        configure.compiler macports-gcc-4.4
+    }
+
+    variant gcc45 conflicts gcc43 gcc44 gcc46 gcc47 description {Compile with gcc 4.5} {
+        configure.compiler macports-gcc-4.5
+    }
+
+    variant gcc46 conflicts gcc43 gcc44 gcc45 gcc47 description {Compile with gcc 4.6} {
+        configure.compiler macports-gcc-4.6
+    }
+
+    variant gcc47 conflicts gcc43 gcc44 gcc45 gcc46 description {Compile with gcc 4.7} {
+        configure.compiler macports-gcc-4.7
+    }
+
+    if {![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc45] && ![variant_isset gcc46] && ![variant_isset gcc47]} {
+        default_variants +gcc47
+    }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130826/057edacd/attachment.html>


More information about the macports-changes mailing list