diff options
author | recht <recht@pkgsrc.org> | 2004-07-09 15:51:44 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-07-09 15:51:44 +0000 |
commit | f9cf0054280d936eee676ad06d42e25aaf5362ff (patch) | |
tree | 89fc4cede899197dc9a30dbf5df8570cc15f98ad /math | |
parent | 86865c78c3ce5c9bdf1263cd4e6fa5645012ba44 (diff) | |
download | pkgsrc-f9cf0054280d936eee676ad06d42e25aaf5362ff.tar.gz |
Adapt to numarray 1.0 API change.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-pytables/distinfo | 5 | ||||
-rw-r--r-- | math/py-pytables/patches/patch-aa | 8 | ||||
-rw-r--r-- | math/py-pytables/patches/patch-ab | 22 |
3 files changed, 29 insertions, 6 deletions
diff --git a/math/py-pytables/distinfo b/math/py-pytables/distinfo index 603a85bc69c..d67e3b702ae 100644 --- a/math/py-pytables/distinfo +++ b/math/py-pytables/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/04/22 15:17:08 drochner Exp $ +$NetBSD: distinfo,v 1.2 2004/07/09 15:51:44 recht Exp $ SHA1 (pytables-0.8.tar.gz) = 1035904c8d0ad567721f7ae7cac43211e9f99c4f Size (pytables-0.8.tar.gz) = 2068483 bytes -SHA1 (patch-aa) = 05c5dc85e094bb97cbf9453db4c171cf7d56a43a +SHA1 (patch-aa) = 990e2fbdf7f66154aa31d7b158ed9a741afda5d0 +SHA1 (patch-ab) = 9be211de978e9b77930451f64e0f784c2c696ea4 diff --git a/math/py-pytables/patches/patch-aa b/math/py-pytables/patches/patch-aa index 2434f6ca8e5..c328f603315 100644 --- a/math/py-pytables/patches/patch-aa +++ b/math/py-pytables/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2004/04/22 15:17:08 drochner Exp $ +$NetBSD: patch-aa,v 1.2 2004/07/09 15:51:44 recht Exp $ ---- setup.py.orig 2004-04-22 17:03:28.000000000 +0200 -+++ setup.py 2004-04-22 17:06:58.000000000 +0200 -@@ -551,5 +551,5 @@ +--- setup.py.orig 2004-03-09 09:30:38.000000000 +0100 ++++ setup.py +@@ -551,5 +551,5 @@ data. runtime_library_dirs = rlib_dirs, )], cmdclass = cmdclass, diff --git a/math/py-pytables/patches/patch-ab b/math/py-pytables/patches/patch-ab new file mode 100644 index 00000000000..38f9f83ed7d --- /dev/null +++ b/math/py-pytables/patches/patch-ab @@ -0,0 +1,22 @@ +$NetBSD: patch-ab,v 1.1 2004/07/09 15:51:44 recht Exp $ + +--- src/hdf5Extension.c.orig 2004-03-09 09:30:37.000000000 +0100 ++++ src/hdf5Extension.c +@@ -8,7 +8,7 @@ + #include "stdio.h" + #include "string.h" + #include "numarray/numarray.h" +-#include "numarray/libnumarray.h" ++#include "numarray/libnumarray.h" + #include "hdf5.h" + #include "H5LT.h" + #include "H5ARRAY.h" +@@ -10170,7 +10170,7 @@ DL_EXPORT(void) inithdf5Extension(void) + __pyx_L3:; + + /* "/home/falted/PyTables/pytables-0.8/src/hdf5Extension.pyx":213 */ +- import_array(); ++ import_libnumarray(); + + /* "/home/falted/PyTables/pytables-0.8/src/hdf5Extension.pyx":217 */ + __pyx_3 = __Pyx_GetName(__pyx_m, "records"); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 217; goto __pyx_L1;} |