From d4f8b3e27978bb332737ff5d066133e3fd06f498 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 14 Jan 2017 13:41:14 -0300 Subject: sagemath-7.5-2.parabola1: updating version --- libre/sagemath/sagemath-gslcblas.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 libre/sagemath/sagemath-gslcblas.patch (limited to 'libre/sagemath/sagemath-gslcblas.patch') diff --git a/libre/sagemath/sagemath-gslcblas.patch b/libre/sagemath/sagemath-gslcblas.patch new file mode 100644 index 000000000..350ae4be3 --- /dev/null +++ b/libre/sagemath/sagemath-gslcblas.patch @@ -0,0 +1,18 @@ +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 + gsl_pc = pkgconfig.parse('gsl') + gsl_libs = gsl_pc['libraries'] +-gsl_libs.remove('gslcblas') + gsl_library_dirs = gsl_pc['library_dirs'] + gsl_include_dirs = gsl_pc['include_dirs'] + + -- cgit v1.2.3