[118775] trunk/dports/python/py-numpy/Portfile

sean at macports.org sean at macports.org
Thu Apr 10 17:13:30 PDT 2014


Revision: 118775
          https://trac.macports.org/changeset/118775
Author:   sean at macports.org
Date:     2014-04-10 17:13:30 -0700 (Thu, 10 Apr 2014)
Log Message:
-----------
py-numpy: use gcc48 as the default compiler

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

Modified: trunk/dports/python/py-numpy/Portfile
===================================================================
--- trunk/dports/python/py-numpy/Portfile	2014-04-11 00:13:27 UTC (rev 118774)
+++ trunk/dports/python/py-numpy/Portfile	2014-04-11 00:13:30 UTC (rev 118775)
@@ -58,7 +58,7 @@
 
         # see if the user has set -gcc4X to disable using MacPorts'
         # compiler; if not, either use what the user set (as +gcc4X) or
-        # default to gcc47.
+        # default to gcc48.
 
         variant gcc43 conflicts gcc44 gcc45 gcc46 gcc47 gcc48 \
         description {Use the gcc43 compiler (enables fortran linking)} {
@@ -90,8 +90,8 @@
             configure.compiler      macports-gcc-4.8
         }
 
-        if {![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc45] && ![variant_isset gcc46] && ![variant_isset gcc48]} {
-            default_variants        +gcc47
+        if {![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc45] && ![variant_isset gcc46] && ![variant_isset gcc47]} {
+            default_variants        +gcc48
         }
 
         if {[variant_isset gcc43]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140410/07fb2a04/attachment.html>


More information about the macports-changes mailing list