diff options
author | drochner <drochner@pkgsrc.org> | 2006-02-07 13:28:08 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-02-07 13:28:08 +0000 |
commit | 5da3bad38abf8a767c3268602fe4bbcaa4264318 (patch) | |
tree | b402c26e4fbf208a2c17ad6a548f7f8adb4997dd /math/py-numarray/patches | |
parent | 51aad645c8c7f31acdabc564238cd481230172d1 (diff) | |
download | pkgsrc-5da3bad38abf8a767c3268602fe4bbcaa4264318.tar.gz |
update to 1.5
changes:
-better interoperability with py-Numeric and scipy (uses "scipy newcore")
-bugfixes
-speed improvements
Diffstat (limited to 'math/py-numarray/patches')
-rw-r--r-- | math/py-numarray/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/py-numarray/patches/patch-aa b/math/py-numarray/patches/patch-aa new file mode 100644 index 00000000000..fe97bf39b0d --- /dev/null +++ b/math/py-numarray/patches/patch-aa @@ -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 |