Package: altree / 1.3.1-10

blas.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Mo Zhou <lumin@debian.org>
Last-Update: Wed, 30 Oct 2019 13:08:31 +0000
Bug-Debian: https://bugs.debian.org/943828
Description: Do not require atlas

--- a/CUtils/Makefile.PL
+++ b/CUtils/Makefile.PL
@@ -9,7 +9,7 @@ WriteMakefile(
     ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
       (ABSTRACT_FROM  => 'lib/ALTree/CUtils.pm', # retrieve abstract from module
        AUTHOR         => 'Claire Bardel <Claire.Bardel@univ-lyon1.fr>') : ()),
-    LIBS              => ['-lm -lpthread -lgsl -lcblas'], # e.g., '-lm'
+    LIBS              => ['-lm -lpthread -lgsl -lblas'], # e.g., '-lm'
     DEFINE            => '', # e.g., '-DHAVE_SOMETHING'
     INC               => '-ggdb3 -I. -Ic_sources', # e.g., '-I. -I/usr/include/other'
 	# Un-comment this if you add C files to link with later: