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

ryandesign at macports.org ryandesign at macports.org
Wed May 27 18:44:22 PDT 2015


Revision: 136821
          https://trac.macports.org/changeset/136821
Author:   ryandesign at macports.org
Date:     2015-05-27 18:44:22 -0700 (Wed, 27 May 2015)
Log Message:
-----------
py-numpy: add compiler variants in subports only, not in stub port

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

Modified: trunk/dports/python/py-numpy/Portfile
===================================================================
--- trunk/dports/python/py-numpy/Portfile	2015-05-27 21:05:53 UTC (rev 136820)
+++ trunk/dports/python/py-numpy/Portfile	2015-05-28 01:44:22 UTC (rev 136821)
@@ -20,9 +20,9 @@
 
 python.versions         26 27 33 34
 
-compilers.setup         -clang -dragonegg -gcc44 -gcc45 -gcc46 -g95
+if {${name} ne ${subport}} {
+    compilers.setup         -clang -dragonegg -gcc44 -gcc45 -gcc46 -g95
 
-if {${name} ne ${subport}} {
     patchfiles              patch-f2py_setup.py.diff \
                             patch-fcompiler_g95.diff \
                             patch-numpy_core_setup.py.diff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150527/6b6d312f/attachment.html>


More information about the macports-changes mailing list