From cce3a336c090ef675e79c4e854eece442c116ce8 Mon Sep 17 00:00:00 2001 From: "kevin.larke" Date: Mon, 9 Mar 2020 14:37:07 -0400 Subject: [PATCH] Makefile.am : Removed 'lapack' dependency. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 8d5c709..0c08bc9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,7 @@ endif # Linux specific if OS_LINUX -MYLIBS += -llapack -lsatlas -lgfortran +MYLIBS += -lsatlas -lgfortran if OS_64 AM_LDFLAGS += -L/usr/lib64/atlas -L/usr/lib64 -Wl,-Bstatic -lasound -Wl,-Bdynamic MYLIBS += -lrt -lm