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

stromnov at macports.org stromnov at macports.org
Thu Sep 18 06:13:43 PDT 2014


Revision: 125478
          https://trac.macports.org/changeset/125478
Author:   stromnov at macports.org
Date:     2014-09-18 06:13:43 -0700 (Thu, 18 Sep 2014)
Log Message:
-----------
py-numpy: update to version 1.9.0

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

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

Modified: trunk/dports/python/py-numpy/Portfile
===================================================================
--- trunk/dports/python/py-numpy/Portfile	2014-09-18 12:30:55 UTC (rev 125477)
+++ trunk/dports/python/py-numpy/Portfile	2014-09-18 13:13:43 UTC (rev 125478)
@@ -5,7 +5,7 @@
 PortGroup               python 1.0
 PortGroup               github 1.0
 
-github.setup            numpy numpy 1.8.2 v
+github.setup            numpy numpy 1.9.0 v
 name                    py-numpy
 categories-append       math
 license                 BSD
@@ -14,14 +14,13 @@
 description             The core utilities for the scientific library scipy for Python
 long_description        ${description}
 
-checksums               rmd160 5739f1308847f03bd9c976011c18467628d09569 \
-                        sha256 00f0d4bf8fdfce8bc2a63291b1b21c9b67abd7786dc7dfc1e08271d317dc343e
+checksums               rmd160  836bcd7ef0f37129f06ea73b3cc27ec31035bfe0 \
+                        sha256  33e33768307b5f92cb098e93359e4fe97dfb9783df591ffbd44809bab7e50c0f
 
 python.versions         26 27 32 33 34
 
 if {${name} ne ${subport}} {
     patchfiles              patch-f2py_setup.py.diff \
-                            patch-numpy_distutils_fcompiler___init__.py.diff \
                             patch-fcompiler_g95.diff \
                             patch-numpy_core_setup.py.diff
 

Deleted: trunk/dports/python/py-numpy/files/patch-numpy_distutils_fcompiler___init__.py.diff
===================================================================
--- trunk/dports/python/py-numpy/files/patch-numpy_distutils_fcompiler___init__.py.diff	2014-09-18 12:30:55 UTC (rev 125477)
+++ trunk/dports/python/py-numpy/files/patch-numpy_distutils_fcompiler___init__.py.diff	2014-09-18 13:13:43 UTC (rev 125478)
@@ -1,30 +0,0 @@
---- numpy/distutils/fcompiler/__init__.py.orig	2013-10-28 19:21:02.000000000 -0400
-+++ numpy/distutils/fcompiler/__init__.py	2013-11-16 08:43:03.000000000 -0500
-@@ -817,7 +817,7 @@
-     return compiler_type
- 
- # Flag to avoid rechecking for Fortran compiler every time
--failed_fcompiler = False
-+failed_fcompilers = []
- 
- def new_fcompiler(plat=None,
-                   compiler=None,
-@@ -830,7 +830,8 @@
-     platform/compiler combination.
-     """
-     global failed_fcompiler
--    if failed_fcompiler:
-+    fcompiler_key = (plat, compiler)
-+    if fcompiler_key in failed_fcompilers:
-         return None
- 
-     load_all_fcompiler_classes()
-@@ -850,7 +851,7 @@
-             msg = msg + " Supported compilers are: %s)" \
-                   % (','.join(fcompiler_class.keys()))
-         log.warn(msg)
--        failed_fcompiler = True
-+        failed_fcompilers.append(fcompiler_key)
-         return None
- 
-     compiler = klass(verbose=verbose, dry_run=dry_run, force=force)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140918/02abfa6e/attachment-0001.html>


More information about the macports-changes mailing list