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

jeremyhu at macports.org jeremyhu at macports.org
Fri Nov 15 15:08:33 PST 2013


Revision: 113430
          https://trac.macports.org/changeset/113430
Author:   jeremyhu at macports.org
Date:     2013-11-15 15:08:33 -0800 (Fri, 15 Nov 2013)
Log Message:
-----------
py-numpy: Always patch patch-setup.py.diff so it doesn't break future builds

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

Modified: trunk/dports/python/py-numpy/Portfile
===================================================================
--- trunk/dports/python/py-numpy/Portfile	2013-11-15 23:07:30 UTC (rev 113429)
+++ trunk/dports/python/py-numpy/Portfile	2013-11-15 23:08:33 UTC (rev 113430)
@@ -23,7 +23,8 @@
 if {$subport != $name} {
     patchfiles              patch-f2py_setup.py.diff \
                             patch-numpy_distutils_fcompiler___init__.py.diff \
-                            patch-fcompiler_g95.diff
+                            patch-fcompiler_g95.diff \
+                            patch-setup.py.diff
 
     depends_lib-append      port:fftw-3 \
                             port:py${python.version}-nose
@@ -138,11 +139,6 @@
 "\n\nWhen using the +atlas variant (either as the default or setting
 explicitly), one of the +gcc4X variants must be selected.\n"
         }
-
-    } else {
-        variant universal {
-            patchfiles-append       patch-setup.py.diff
-        }
     }
 
     post-patch {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131115/e3710ea8/attachment.html>


More information about the macports-changes mailing list