[66900] trunk/dports/python/py26-numpy

ram at macports.org ram at macports.org
Sun Apr 25 08:22:37 PDT 2010


Revision: 66900
          http://trac.macports.org/changeset/66900
Author:   ram at macports.org
Date:     2010-04-25 08:22:36 -0700 (Sun, 25 Apr 2010)
Log Message:
-----------
python/py26-numpy: update to 1.4.1

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

Removed Paths:
-------------
    trunk/dports/python/py26-numpy/files/patch-g95_link.diff
    trunk/dports/python/py26-numpy/files/patch-npy_endian.h.diff

Modified: trunk/dports/python/py26-numpy/Portfile
===================================================================
--- trunk/dports/python/py26-numpy/Portfile	2010-04-25 15:22:15 UTC (rev 66899)
+++ trunk/dports/python/py26-numpy/Portfile	2010-04-25 15:22:36 UTC (rev 66900)
@@ -6,7 +6,7 @@
 
 name                    py26-numpy
 epoch                   20100319
-version                 1.3.0
+version                 1.4.1
 categories              python
 platforms               darwin
 maintainers             mcalhoun openmaintainer
@@ -17,13 +17,11 @@
 master_sites            sourceforge:numpy
 distname                numpy-${version}
 
-checksums               md5     3f7773ff0971a5ebb8591536d8ec7bd6 \
-                        sha1    c04998a1fbf7d990c9a2b99a7b62486012c570ac \
-                        rmd160  a75155d2014204e16c59857b92356353505c39b9
+checksums               md5 5c7b5349dc3161763f7f366ceb96516b \
+                        sha1 ec6078aa09acbcca3d90f9f36353fc83e7e1daa0 \
+                        rmd160 a0bbebd1138ffc93517095e3c06459cd9744a9d6
 
-patchfiles              patch-g95_link.diff \
-                        patch-f2py_setup.py.diff \
-                        patch-npy_endian.h.diff \
+patchfiles              patch-f2py_setup.py.diff \
                         patch-system_info.py.diff
 
 depends_lib-append      port:fftw-3 \
@@ -48,7 +46,6 @@
                         BLAS=${prefix}/lib
 
 post-patch {
-    reinplace "s|@@MPORTS_PYTHON_LIBRARY@@|${python.lib}|" ${worksrcpath}/numpy/distutils/fcompiler/g95.py
     reinplace "s|@@MPORTS_PYTHON@@|${python.bin}|" ${worksrcpath}/numpy/f2py/setup.py
 }
 

Deleted: trunk/dports/python/py26-numpy/files/patch-g95_link.diff
===================================================================
--- trunk/dports/python/py26-numpy/files/patch-g95_link.diff	2010-04-25 15:22:15 UTC (rev 66899)
+++ trunk/dports/python/py26-numpy/files/patch-g95_link.diff	2010-04-25 15:22:36 UTC (rev 66900)
@@ -1,11 +0,0 @@
---- numpy/distutils/fcompiler/g95.py	2007-11-07 17:05:14.000000000 -0500
-+++ numpy/distutils/fcompiler/g95.py	2008-01-30 21:26:47.000000000 -0500
-@@ -21,7 +21,7 @@
-         'compiler_f77' : ["g95", "-ffixed-form"],
-         'compiler_fix' : ["g95", "-ffixed-form"],
-         'compiler_f90' : ["g95"],
--        'linker_so'    : ["<F90>","-shared"],
-+        'linker_so'    : ["<F90>","-dynamiclib @@MPORTS_PYTHON_LIBRARY@@"],
-         'archiver'     : ["ar", "-cr"],
-         'ranlib'       : ["ranlib"]
-         }

Deleted: trunk/dports/python/py26-numpy/files/patch-npy_endian.h.diff
===================================================================
--- trunk/dports/python/py26-numpy/files/patch-npy_endian.h.diff	2010-04-25 15:22:15 UTC (rev 66899)
+++ trunk/dports/python/py26-numpy/files/patch-npy_endian.h.diff	2010-04-25 15:22:36 UTC (rev 66900)
@@ -1,11 +0,0 @@
---- numpy/core/include/numpy/npy_endian.h.orig	2009-04-05 04:09:20.000000000 -0400
-+++ numpy/core/include/numpy/npy_endian.h	2009-04-08 18:57:06.000000000 -0400
-@@ -25,7 +25,7 @@
-             || defined(NPY_CPU_IA64)
-         #define NPY_LITTLE_ENDIAN
-         #define NPY_BYTE_ORDER 1234
--    #elif defined(NPY_CPU_PPC) || defined(NPY_CPU_SPARC)\
-+    #elif defined(NPY_CPU_PPC) || defined(NPY_CPU_PPC64) || defined(NPY_CPU_SPARC)\
-             || defined(NPY_CPU_S390) || defined(NPY_CPU_PARISC)
-         #define NPY_BIG_ENDIAN
-         #define NPY_BYTE_ORDER 4321
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100425/43bdad43/attachment.html>


More information about the macports-changes mailing list