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

sean at macports.org sean at macports.org
Mon Jan 12 16:59:07 PST 2015


Revision: 131491
          https://trac.macports.org/changeset/131491
Author:   sean at macports.org
Date:     2015-01-12 16:59:07 -0800 (Mon, 12 Jan 2015)
Log Message:
-----------
py-numpy: relax fortran requirement

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

Modified: trunk/dports/python/py-numpy/Portfile
===================================================================
--- trunk/dports/python/py-numpy/Portfile	2015-01-13 00:59:05 UTC (rev 131490)
+++ trunk/dports/python/py-numpy/Portfile	2015-01-13 00:59:07 UTC (rev 131491)
@@ -21,7 +21,7 @@
 
 python.versions         26 27 33 34
 
-compilers.setup         require_fortran -clang -dragonegg -gcc44 -gcc45 -gcc46 -g95
+compilers.setup         -clang -dragonegg -gcc44 -gcc45 -gcc46 -g95
 
 if {${name} ne ${subport}} {
     patchfiles              patch-f2py_setup.py.diff \
@@ -173,6 +173,8 @@
         }
     }
 
+    default_variants      +gfortran
+
     livecheck.type        none
 } else {
     livecheck.regex       archive/[join ${github.tag_prefix} ""](\[\\d+(?:\\.\\d+)*"\]+)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150112/ab1faa4e/attachment.html>


More information about the macports-changes mailing list