From a902f1d3764197c531c414b97879768a41ffb5dc Mon Sep 17 00:00:00 2001 From: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date: Fri, 17 Sep 2021 15:52:42 +0200 Subject: [PATCH] Do not require atlas Author: Mo Zhou <lumin@debian.org> Bug-Debian: https://bugs.debian.org/943828 See also: https://bugs.debian.org/943712 --- CUtils/Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CUtils/Makefile.PL b/CUtils/Makefile.PL index 69a6c5b..795242c 100644 --- 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: -- GitLab