summarylogtreecommitdiffstats
path: root/r841.patch
diff options
context:
space:
mode:
Diffstat (limited to 'r841.patch')
-rw-r--r--r841.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/r841.patch b/r841.patch
deleted file mode 100644
index d7aa11b3ea6f..000000000000
--- a/r841.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: setup.py
-===================================================================
---- setup.py (revision 840)
-+++ setup.py (revision 841)
-@@ -383,7 +383,7 @@
- ext_list[-1].include_dirs = [np.get_include(), "assimulo","assimulo"+os.sep+"lib", self.incdirs]
- ext_list[-1].library_dirs = [self.libdirs]
- ext_list[-1].libraries = ["sundials_cvodes", "sundials_nvecserial", "sundials_idas"]
-- if self.with_SLU: #If SUNDIALS is compiled with support for SuperLU
-+ if self.sundials_with_superlu and self.with_SLU: #If SUNDIALS is compiled with support for SuperLU
- ext_list[-1].include_dirs.append(self.SLUincdir)
- ext_list[-1].library_dirs.append(self.SLUlibdir)
- ext_list[-1].libraries.extend(self.superLUFiles)