From 5da3bad38abf8a767c3268602fe4bbcaa4264318 Mon Sep 17 00:00:00 2001 From: drochner Date: Tue, 7 Feb 2006 13:28:08 +0000 Subject: update to 1.5 changes: -better interoperability with py-Numeric and scipy (uses "scipy newcore") -bugfixes -speed improvements --- math/py-numarray/patches/patch-aa | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 math/py-numarray/patches/patch-aa (limited to 'math/py-numarray/patches') 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 + + static int -- cgit v1.2.3