[141050] trunk/dports/python/py-numpy

michaelld at macports.org michaelld at macports.org
Thu Oct 8 10:43:30 PDT 2015


Revision: 141050
          https://trac.macports.org/changeset/141050
Author:   michaelld at macports.org
Date:     2015-10-08 10:43:30 -0700 (Thu, 08 Oct 2015)
Log Message:
-----------
py*-numpy: remove now-unnecessary patch for OpenBLAS; addresses #49190.

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

Removed Paths:
-------------
    trunk/dports/python/py-numpy/files/patch-numpy_core_setup.py.openblas.diff

Modified: trunk/dports/python/py-numpy/Portfile
===================================================================
--- trunk/dports/python/py-numpy/Portfile	2015-10-08 17:38:36 UTC (rev 141049)
+++ trunk/dports/python/py-numpy/Portfile	2015-10-08 17:43:30 UTC (rev 141050)
@@ -123,8 +123,7 @@
                             ATLAS=None
         # force LDFLAGS for correct linking of the modules
         # for non-Apple GCC compilers
-        patchfiles-append   patch-numpy_linalg_setup.py.diff \
-                            patch-numpy_core_setup.py.openblas.diff
+        patchfiles-append   patch-numpy_linalg_setup.py.diff
 
     } else {
         # use Accelerate BLAS

Deleted: trunk/dports/python/py-numpy/files/patch-numpy_core_setup.py.openblas.diff
===================================================================
--- trunk/dports/python/py-numpy/files/patch-numpy_core_setup.py.openblas.diff	2015-10-08 17:38:36 UTC (rev 141049)
+++ trunk/dports/python/py-numpy/files/patch-numpy_core_setup.py.openblas.diff	2015-10-08 17:43:30 UTC (rev 141050)
@@ -1,12 +0,0 @@
---- numpy/core/setup.py.orig
-+++ numpy/core/setup.py
-@@ -980,7 +980,8 @@
-                                     join('blasdot', 'cblas.h'),
-                                   ],
-                          include_dirs = ['blasdot'],
--                         extra_info = blas_info
-+                         extra_info = blas_info,
-+                         extra_link_args=['-undefined dynamic_lookup -bundle']
-                          )
- 
-     #######################################################################
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151008/fa38e98f/attachment.html>


More information about the macports-changes mailing list