Browse Source

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

These changes were required after upgrading to Fedora 21.
master
Kevin Larke 9 years ago
parent
commit
15ed5d63f0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Makefile.am

+ 1
- 1
Makefile.am View File

39
 
39
 
40
 # Linux specific
40
 # Linux specific
41
 if OS_LINUX
41
 if OS_LINUX
42
- MYLIBS    += -llapack -lcblas -latlas -lgfortran 
42
+MYLIBS    += -llapack -lsatlas -lgfortran 
43
 if OS_64
43
 if OS_64
44
   AM_LDFLAGS += -L/usr/lib64/atlas -L/usr/lib64 -Wl,-Bstatic -lasound -Wl,-Bdynamic
44
   AM_LDFLAGS += -L/usr/lib64/atlas -L/usr/lib64 -Wl,-Bstatic -lasound -Wl,-Bdynamic
45
   MYLIBS      += -lrt -lm
45
   MYLIBS      += -lrt -lm

Loading…
Cancel
Save