summaryrefslogtreecommitdiff
path: root/libre/sagemath/sagemath-gslcblas.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-01-19 13:24:18 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-01-19 13:24:18 -0300
commitf97be9ed6b12388b3d5ddea8f7eaa6d26976b9d8 (patch)
tree4a48123f2c61b69e2daf333c18b75fef7c0154b6 /libre/sagemath/sagemath-gslcblas.patch
parentfc1df8ed8f68f8646bc0323da38c3cbbc319d8f1 (diff)
downloadabslibre-f97be9ed6b12388b3d5ddea8f7eaa6d26976b9d8.tar.gz
abslibre-f97be9ed6b12388b3d5ddea8f7eaa6d26976b9d8.tar.bz2
abslibre-f97be9ed6b12388b3d5ddea8f7eaa6d26976b9d8.zip
sagemath-7.5.1-2.parabola1: updating version
Diffstat (limited to 'libre/sagemath/sagemath-gslcblas.patch')
-rw-r--r--libre/sagemath/sagemath-gslcblas.patch11
1 files changed, 3 insertions, 8 deletions
diff --git a/libre/sagemath/sagemath-gslcblas.patch b/libre/sagemath/sagemath-gslcblas.patch
index 350ae4be3..9ef3094b0 100644
--- a/libre/sagemath/sagemath-gslcblas.patch
+++ b/libre/sagemath/sagemath-gslcblas.patch
@@ -2,16 +2,11 @@ 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
-@@ -40,11 +40,10 @@ givaro_library_dirs = givaro_pc['library_dirs']
- givaro_cflags = pkgconfig.cflags('givaro').split()
-
- # GNU Scientific Library
--# Note we remove the built-in gslcblas
-+# The default gslcblas is removed in the gsl spkg - not need to remove it.
- # The above cblas should already be in the list thanks to #20646
+@@ -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.remove('gslcblas')
++gsl_libs.extend(cblas_libs)
gsl_library_dirs = gsl_pc['library_dirs']
gsl_include_dirs = gsl_pc['include_dirs']