Makefile.am : Removed -lcblas. Changed -latlas to -lsatlas.
These changes were required after upgrading to Fedora 21.
This commit is contained in:
parent
54f98fd800
commit
15ed5d63f0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user