Makefile.am : Removed 'lapack' dependency.

This commit is contained in:
kevin.larke 2020-03-09 14:37:07 -04:00
parent c5d04dccfa
commit cce3a336c0

View File

@ -39,7 +39,7 @@ endif
# Linux specific # Linux specific
if OS_LINUX if OS_LINUX
MYLIBS += -llapack -lsatlas -lgfortran MYLIBS += -lsatlas -lgfortran
if OS_64 if OS_64
AM_LDFLAGS += -L/usr/lib64/atlas -L/usr/lib64 -Wl,-Bstatic -lasound -Wl,-Bdynamic AM_LDFLAGS += -L/usr/lib64/atlas -L/usr/lib64 -Wl,-Bstatic -lasound -Wl,-Bdynamic
MYLIBS += -lrt -lm MYLIBS += -lrt -lm