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

stromnov at macports.org stromnov at macports.org
Sat Jan 9 08:33:53 PST 2010


Revision: 62507
          http://trac.macports.org/changeset/62507
Author:   stromnov at macports.org
Date:     2010-01-09 08:33:50 -0800 (Sat, 09 Jan 2010)
Log Message:
-----------
py26-numpy: Update to 1.4.0

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

Removed Paths:
-------------
    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-01-09 13:54:38 UTC (rev 62506)
+++ trunk/dports/python/py26-numpy/Portfile	2010-01-09 16:33:50 UTC (rev 62507)
@@ -5,7 +5,7 @@
 PortGroup               python26 1.0
 
 name                    py26-numpy
-version                 1.3.0
+version                 1.4.0
 categories              python
 platforms               darwin
 maintainers             mcalhoun openmaintainer
@@ -16,13 +16,12 @@
 master_sites            sourceforge:numpy
 distname                numpy-${version}
 
-checksums           md5 3f7773ff0971a5ebb8591536d8ec7bd6 \
-                    sha1 c04998a1fbf7d990c9a2b99a7b62486012c570ac \
-                    rmd160 a75155d2014204e16c59857b92356353505c39b9
+checksums               md5     6d0ea698beda38109796240d08ecb296 \
+                        sha1    522b789527f280410ab09f10c947ccc3f8086a8f \
+                        rmd160  313502001e1d30e8b218b5b02f6a1d8387407f3c
 
 patchfiles              patch-g95_link.diff \
-                        patch-f2py_setup.py.diff \
-                        patch-npy_endian.h.diff
+                        patch-f2py_setup.py.diff
 
 depends_lib-append      port:fftw-3 \
                         port:py26-nose \

Deleted: trunk/dports/python/py26-numpy/files/patch-npy_endian.h.diff
===================================================================
--- trunk/dports/python/py26-numpy/files/patch-npy_endian.h.diff	2010-01-09 13:54:38 UTC (rev 62506)
+++ trunk/dports/python/py26-numpy/files/patch-npy_endian.h.diff	2010-01-09 16:33:50 UTC (rev 62507)
@@ -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/20100109/4c677212/attachment.html>


More information about the macports-changes mailing list