From 15ed5d63f0296240fb06641ecd9bfcd18fbd1074 Mon Sep 17 00:00:00 2001 From: Kevin Larke Date: Thu, 9 Apr 2015 14:20:32 -0700 Subject: [PATCH] Makefile.am : Removed -lcblas. Changed -latlas to -lsatlas. These changes were required after upgrading to Fedora 21. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index ac8823c..4187322 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,7 @@ endif # Linux specific if OS_LINUX - MYLIBS += -llapack -lcblas -latlas -lgfortran +MYLIBS += -llapack -lsatlas -lgfortran if OS_64 AM_LDFLAGS += -L/usr/lib64/atlas -L/usr/lib64 -Wl,-Bstatic -lasound -Wl,-Bdynamic MYLIBS += -lrt -lm