pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-numarray update to 1.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2fc6eba708c9
branches:  trunk
changeset: 507722:2fc6eba708c9
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Feb 07 13:28:08 2006 +0000

description:
update to 1.5
changes:
-better interoperability with py-Numeric and scipy (uses "scipy newcore")
-bugfixes
-speed improvements

diffstat:

 math/py-numarray/Makefile         |   7 +++----
 math/py-numarray/PLIST            |   6 +++++-
 math/py-numarray/distinfo         |   9 +++++----
 math/py-numarray/patches/patch-aa |  13 +++++++++++++
 4 files changed, 26 insertions(+), 9 deletions(-)

diffs (68 lines):

diff -r 0641ebd9cba4 -r 2fc6eba708c9 math/py-numarray/Makefile
--- a/math/py-numarray/Makefile Tue Feb 07 13:23:44 2006 +0000
+++ b/math/py-numarray/Makefile Tue Feb 07 13:28:08 2006 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2006/02/05 23:10:03 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2006/02/07 13:28:08 drochner Exp $
 #
 
-DISTNAME=      numarray-1.3.3
-PKGNAME=       ${PYPKGPREFIX}-numarray-1.3.3
-PKGREVISION=   1
+DISTNAME=      numarray-1.5.0
+PKGNAME=       ${PYPKGPREFIX}-numarray-1.5.0
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=numpy/}
 
diff -r 0641ebd9cba4 -r 2fc6eba708c9 math/py-numarray/PLIST
--- a/math/py-numarray/PLIST    Tue Feb 07 13:23:44 2006 +0000
+++ b/math/py-numarray/PLIST    Tue Feb 07 13:28:08 2006 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.5 2005/10/25 11:18:52 drochner Exp $
+@comment $NetBSD: PLIST,v 1.6 2006/02/07 13:28:08 drochner Exp $
 ${PYINC}/numarray/arraybase.h
+${PYINC}/numarray/arrayif.h
 ${PYINC}/numarray/arrayobject.h
 ${PYINC}/numarray/cfunc.h
 ${PYINC}/numarray/ieeespecial.h
@@ -45,6 +46,9 @@
 ${PYSITELIB}/numarray/array_persist.py
 ${PYSITELIB}/numarray/array_persist.pyc
 ${PYSITELIB}/numarray/array_persist.pyo
+${PYSITELIB}/numarray/array_protocol.py
+${PYSITELIB}/numarray/array_protocol.pyc
+${PYSITELIB}/numarray/array_protocol.pyo
 ${PYSITELIB}/numarray/arrayprint.py
 ${PYSITELIB}/numarray/arrayprint.pyc
 ${PYSITELIB}/numarray/arrayprint.pyo
diff -r 0641ebd9cba4 -r 2fc6eba708c9 math/py-numarray/distinfo
--- a/math/py-numarray/distinfo Tue Feb 07 13:23:44 2006 +0000
+++ b/math/py-numarray/distinfo Tue Feb 07 13:28:08 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2005/10/21 14:57:02 drochner Exp $
+$NetBSD: distinfo,v 1.6 2006/02/07 13:28:08 drochner Exp $
 
-SHA1 (numarray-1.3.3.tar.gz) = 020e495c3623dacffcc1e1f8463435cc1b256ec5
-RMD160 (numarray-1.3.3.tar.gz) = 6e6c2e7315aaabd9d4b5fed025d88630c5d36f7a
-Size (numarray-1.3.3.tar.gz) = 1210535 bytes
+SHA1 (numarray-1.5.0.tar.gz) = 1bd6357207470bccb32dc485d62bba655e07ff89
+RMD160 (numarray-1.5.0.tar.gz) = ddb7236ecccb35b0efa8dccb5b8203f1166959d3
+Size (numarray-1.5.0.tar.gz) = 1192005 bytes
+SHA1 (patch-aa) = 6edaab221c6d52a47e5a52b3039e37b8fef814b1
diff -r 0641ebd9cba4 -r 2fc6eba708c9 math/py-numarray/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-numarray/patches/patch-aa Tue Feb 07 13:28:08 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2006/02/07 13:28:08 drochner Exp $
+
+--- Src/libnumarraymodule.c.orig       2006-02-07 14:10:21.000000000 +0100
++++ Src/libnumarraymodule.c
+@@ -1918,7 +1918,7 @@ NA_checkFPErrors(void)
+ /* Solaris --------------------------------------------------------*/
+ /* --------ignoring SunOS ieee_flags approach, someone else can
+ **         deal with that! */
+-#elif defined(sun)
++#elif defined(sun) || defined(__NetBSD__)
+ #include <ieeefp.h>
+ 
+ static int 



Home | Main Index | Thread Index | Old Index