Преглед изворни кода

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

These changes were required after upgrading to Fedora 21.
master
Kevin Larke пре 9 година
родитељ
комит
15ed5d63f0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      Makefile.am

+ 1
- 1
Makefile.am Прегледај датотеку

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

Loading…
Откажи
Сачувај