[65023] trunk/dports/python/py26-numpy
mcalhoun at macports.org
mcalhoun at macports.org
Fri Mar 19 09:25:14 PDT 2010
Revision: 65023
http://trac.macports.org/changeset/65023
Author: mcalhoun at macports.org
Date: 2010-03-19 09:25:14 -0700 (Fri, 19 Mar 2010)
Log Message:
-----------
py26-numpy: Downgrade 1.4.0 --> 1.3.0 as version 1.4.0 has been pulled. Fixes #23832.
Modified Paths:
--------------
trunk/dports/python/py26-numpy/Portfile
Added 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-03-19 16:24:03 UTC (rev 65022)
+++ trunk/dports/python/py26-numpy/Portfile 2010-03-19 16:25:14 UTC (rev 65023)
@@ -5,7 +5,8 @@
PortGroup python26 1.0
name py26-numpy
-version 1.4.0
+epoch 20100319
+version 1.3.0
categories python
platforms darwin
maintainers mcalhoun openmaintainer
@@ -16,12 +17,13 @@
master_sites sourceforge:numpy
distname numpy-${version}
-checksums md5 6d0ea698beda38109796240d08ecb296 \
- sha1 522b789527f280410ab09f10c947ccc3f8086a8f \
- rmd160 313502001e1d30e8b218b5b02f6a1d8387407f3c
+checksums md5 3f7773ff0971a5ebb8591536d8ec7bd6 \
+ sha1 c04998a1fbf7d990c9a2b99a7b62486012c570ac \
+ rmd160 a75155d2014204e16c59857b92356353505c39b9
patchfiles patch-g95_link.diff \
patch-f2py_setup.py.diff \
+ patch-npy_endian.h.diff \
patch-system_info.py.diff
depends_lib-append port:fftw-3 \
@@ -69,6 +71,7 @@
BLAS=${prefix}/lib
depends_lib-delete port:atlas
}
+
variant universal {
patchfiles-append patch-setup.py.diff
}
Added: trunk/dports/python/py26-numpy/files/patch-npy_endian.h.diff
===================================================================
--- trunk/dports/python/py26-numpy/files/patch-npy_endian.h.diff (rev 0)
+++ trunk/dports/python/py26-numpy/files/patch-npy_endian.h.diff 2010-03-19 16:25:14 UTC (rev 65023)
@@ -0,0 +1,11 @@
+--- 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/20100319/04592fb1/attachment.html>
More information about the macports-changes
mailing list