summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-12-13 14:16:08 +0000
committerJustin Lecher <jlec@gentoo.org>2011-12-13 14:16:08 +0000
commit2a9ba9f1d51a4e97513263b22b4b9f2ba009b71a (patch)
treebf609da374743bdc8f266de4c8b2954582ca7826 /sci-libs/scipy/files
parentRevision bump add repacked sources from correct branch. (diff)
downloadgentoo-2-2a9ba9f1d51a4e97513263b22b4b9f2ba009b71a.tar.gz
gentoo-2-2a9ba9f1d51a4e97513263b22b4b9f2ba009b71a.tar.bz2
gentoo-2-2a9ba9f1d51a4e97513263b22b4b9f2ba009b71a.zip
Add fix for changes in superlu-4.3, #392227
(Portage version: 2.2.0_alpha80/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/scipy/files')
-rw-r--r--sci-libs/scipy/files/scipy-0.9.0-superlu-4.3.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/sci-libs/scipy/files/scipy-0.9.0-superlu-4.3.patch b/sci-libs/scipy/files/scipy-0.9.0-superlu-4.3.patch
new file mode 100644
index 000000000000..c5b7176572e6
--- /dev/null
+++ b/sci-libs/scipy/files/scipy-0.9.0-superlu-4.3.patch
@@ -0,0 +1,20 @@
+ scipy/sparse/linalg/dsolve/_superluobject.c | 6 +++---
+ 1 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/scipy/sparse/linalg/dsolve/_superluobject.c b/scipy/sparse/linalg/dsolve/_superluobject.c
+index e9ec0bd..2fde6cc 100644
+--- a/scipy/sparse/linalg/dsolve/_superluobject.c
++++ b/scipy/sparse/linalg/dsolve/_superluobject.c
+@@ -589,9 +589,9 @@ static int iterrefine_cvt(PyObject *input, IterRefine_t *value)
+ {
+ ENUM_CHECK_INIT;
+ ENUM_CHECK(NOREFINE);
+- ENUM_CHECK(SINGLE);
+- ENUM_CHECK(DOUBLE);
+- ENUM_CHECK(EXTRA);
++ ENUM_CHECK(SLU_SINGLE);
++ ENUM_CHECK(SLU_DOUBLE);
++ ENUM_CHECK(SLU_EXTRA);
+ ENUM_CHECK_FINISH("invalid value for 'IterRefine' parameter");
+ }
+