[Lunar-commits] <moonbase> numpy: Version bump. Needed to unset LDFLAGS as I was getting the same type failure as

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sun Jun 12 16:00:22 CEST 2011


commit 30345318979f8fb704794a8a318bea54cc9e509a
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sun Jun 12 10:00:22 2011 -0400

    numpy: Version bump. Needed to unset LDFLAGS as I was getting the same type failure as
    
    shown here; http://projects.scipy.org/numpy/ticket/1101. Also adjusted the BUILD per
    the INSTALL.txt.
---
 python/numpy/BUILD   |    9 +++++++--
 python/numpy/DETAILS |    6 +++---
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/python/numpy/BUILD b/python/numpy/BUILD
index f43215b..463b036 100644
--- a/python/numpy/BUILD
+++ b/python/numpy/BUILD
@@ -1,7 +1,12 @@
 (
 
- prepare_install  &&
- python setup.py install
+  unset LDFLAGS &&
+
+  python setup.py build --fcompiler=gnu95 &&
+
+  prepare_install  &&
+
+  python setup.py install
 
 ) > $C_FIFO 2>&1
 
diff --git a/python/numpy/DETAILS b/python/numpy/DETAILS
index ec49af0..1725076 100644
--- a/python/numpy/DETAILS
+++ b/python/numpy/DETAILS
@@ -1,11 +1,11 @@
           MODULE=numpy
-         VERSION=1.5.1
+         VERSION=1.6.0
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=$SFORGE_URL/numpy
-      SOURCE_VFY=sha1:423c6bf74f9ac00697db574ba981547991110896
+      SOURCE_VFY=sha1:0692acfb5cdc55ca251aa2b950e321a662810c36
         WEB_SITE=http://numpy.scipy.org
          ENTERED=20020708
-         UPDATED=20101208
+         UPDATED=20110612
            SHORT="Fundamental package for scientific computing with Python"
 
 cat << EOF


More information about the Lunar-commits mailing list