Explorar el Código

Makefile.am : Remove lfortran dependency

master
kevin hace 3 años
padre
commit
93060eabc7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Makefile.am

+ 1
- 1
Makefile.am Ver fichero

@@ -39,7 +39,7 @@ endif
39 39
 
40 40
 # Linux specific
41 41
 if OS_LINUX
42
-MYLIBS    += -lsatlas -lgfortran 
42
+MYLIBS    += -lsatlas
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…
Cancelar
Guardar