Description: Do not try to link against atlas
Bug-Debian: https://bugs.debian.org/1056682
Author: Andreas Tille <tille@debian.org>
Last-Update: 2025-02-07
Forwarded: not-needed

--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@
 endif
 
 # These must appear after the MAC/WIN-specific ?= statements.
-BLASFLAGS ?=	-L/usr/lib64/atlas -llapack -lblas -lcblas -latlas
+BLASFLAGS ?=	-llapack -lblas
 LDFLAGS ?=	-lm -lpthread -ldl
 ZLIB ?=		-L. ../zlib-1.3.1/libz.so.1.3.1
 
