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

michaelld at macports.org michaelld at macports.org
Wed Apr 27 04:17:52 PDT 2016


Revision: 148120
          https://trac.macports.org/changeset/148120
Author:   michaelld at macports.org
Date:     2016-04-27 04:17:52 -0700 (Wed, 27 Apr 2016)
Log Message:
-----------
py*-numpy: update to 1.11.0; addresses ticket #51235.

Modified Paths:
--------------
    trunk/dports/python/py-numpy/Portfile
    trunk/dports/python/py-numpy/files/patch-numpy_core_setup.py.diff
    trunk/dports/python/py-numpy/files/patch-numpy_linalg_setup.py.diff

Modified: trunk/dports/python/py-numpy/Portfile
===================================================================
--- trunk/dports/python/py-numpy/Portfile	2016-04-27 11:16:53 UTC (rev 148119)
+++ trunk/dports/python/py-numpy/Portfile	2016-04-27 11:17:52 UTC (rev 148120)
@@ -6,7 +6,7 @@
 PortGroup               github 1.0
 PortGroup               compilers 1.0
 
-github.setup            numpy numpy 1.10.4 v
+github.setup            numpy numpy 1.11.0 v
 name                    py-numpy
 
 categories-append       math
@@ -16,8 +16,8 @@
 description             The core utilities for the scientific library scipy for Python
 long_description        ${description}
 
-checksums               rmd160 9f2d7a17c765b2320ac1973ba9330117f6ce2808 \
-                        sha256 3cdeed674c089a1d96735c22cf893a99cadf83d68710ede321ba828008492e99
+checksums               rmd160 bceee1f70b2b0c496cc4dbdaa837392a127c7f21 \
+                        sha256 98e4113eac4288a69f07337a8910bc25bd06b92ba320df822babb0813a5eb42f
 
 if {${name} ne ${subport}} {
     # the python PortGroup puts compiler names in build.env and destroot.env

Modified: trunk/dports/python/py-numpy/files/patch-numpy_core_setup.py.diff
===================================================================
--- trunk/dports/python/py-numpy/files/patch-numpy_core_setup.py.diff	2016-04-27 11:16:53 UTC (rev 148119)
+++ trunk/dports/python/py-numpy/files/patch-numpy_core_setup.py.diff	2016-04-27 11:17:52 UTC (rev 148120)
@@ -1,6 +1,6 @@
---- numpy/core/setup.py.orig	2014-03-25 19:03:06.000000000 -0400
-+++ numpy/core/setup.py	2014-03-25 19:03:26.000000000 -0400
-@@ -473,7 +473,14 @@
+--- numpy/core/setup.py.orig
++++ numpy/core/setup.py
+@@ -461,7 +461,14 @@
                  if isinstance(d, str):
                      target_f.write('#define %s\n' % (d))
                  else:
@@ -16,7 +16,7 @@
  
              # define inline to our keyword, or nothing
              target_f.write('#ifndef __cplusplus\n')
-@@ -573,7 +580,14 @@
+@@ -558,7 +565,14 @@
                  if isinstance(d, str):
                      target_f.write('#define %s\n' % (d))
                  else:

Modified: trunk/dports/python/py-numpy/files/patch-numpy_linalg_setup.py.diff
===================================================================
--- trunk/dports/python/py-numpy/files/patch-numpy_linalg_setup.py.diff	2016-04-27 11:16:53 UTC (rev 148119)
+++ trunk/dports/python/py-numpy/files/patch-numpy_linalg_setup.py.diff	2016-04-27 11:17:52 UTC (rev 148120)
@@ -1,20 +1,18 @@
---- numpy/linalg/setup.py.orig	2013-11-16 08:30:31.000000000 -0500
-+++ numpy/linalg/setup.py	2013-11-16 08:39:27.000000000 -0500
-@@ -37,7 +37,8 @@
-     config.add_extension('lapack_lite',
-                          sources = [get_lapack_lite_sources],
-                          depends = ['lapack_litemodule.c'] + lapack_lite_src,
--                         extra_info = lapack_info
-+                         extra_info = lapack_info,
-+                         extra_link_args=['-undefined dynamic_lookup -bundle']
-                          )
+--- numpy/linalg/setup.py.orig
++++ numpy/linalg/setup.py
+@@ -40,6 +40,7 @@
+         sources=['lapack_litemodule.c', get_lapack_lite_sources],
+         depends=['lapack_lite/f2c.h'],
+         extra_info=lapack_info,
++        extra_link_args=['-undefined dynamic_lookup -bundle']
+     )
  
      # umath_linalg module
-@@ -47,6 +48,7 @@
-                          depends =  ['umath_linalg.c.src'] + lapack_lite_src,
-                          extra_info = lapack_info,
-                          libraries = ['npymath'],
-+                         extra_link_args=['-undefined dynamic_lookup -bundle']
-                          )
- 
+@@ -49,6 +50,7 @@
+         depends=['lapack_lite/f2c.h'],
+         extra_info=lapack_info,
+         libraries=['npymath'],
++        extra_link_args=['-undefined dynamic_lookup -bundle']
+     )
      return config
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160427/5c7001af/attachment.html>


More information about the macports-changes mailing list