diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 8a57a27..d7fb91b 100644 --- a/Makefile +++ b/Makefile @@ -98,7 +98,7 @@ ifdef SHOW_COMPILER_WARNINGS endif ifndef FORCE_STATIC - LIBS = -lopenblas -lgsl -pthread -lz + LIBS = -lgsl -lopenblas -pthread -lz -lgfortran -lquadmath ifdef WITH_GSLCBLAS LIBS += -lgslcblas endif |