Makefile.am : Removed -lcblas. Changed -latlas to -lsatlas.

These changes were required after upgrading to Fedora 21.
This commit is contained in:
Kevin Larke 2015-04-09 14:20:32 -07:00
parent 54f98fd800
commit 15ed5d63f0

View File

@ -39,7 +39,7 @@ endif
# Linux specific # Linux specific
if OS_LINUX if OS_LINUX
MYLIBS += -llapack -lcblas -latlas -lgfortran MYLIBS += -llapack -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