summaryrefslogtreecommitdiff
path: root/libre/sagemath/sagemath-gslcblas.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/sagemath/sagemath-gslcblas.patch')
-rw-r--r--libre/sagemath/sagemath-gslcblas.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/libre/sagemath/sagemath-gslcblas.patch b/libre/sagemath/sagemath-gslcblas.patch
deleted file mode 100644
index 9ef3094b0..000000000
--- a/libre/sagemath/sagemath-gslcblas.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/module_list.py b/src/module_list.py
-index 96e8081..4728e9a 100644
---- a/src/module_list.py
-+++ b/src/module_list.py
-@@ -45,6 +45,7 @@ givaro_library_dirs = givaro_pc['library_dirs']
- gsl_pc = pkgconfig.parse('gsl')
- gsl_libs = gsl_pc['libraries']
- gsl_libs.remove('gslcblas')
-+gsl_libs.extend(cblas_libs)
- gsl_library_dirs = gsl_pc['library_dirs']
- gsl_include_dirs = gsl_pc['include_dirs']
-
-