From 7064eab1170a422d4ecde84671f5952059341791 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Tue, 19 Dec 2017 13:16:25 +0000 Subject: Documentation and Travis fixes --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d7fb91b..f8bacbf 100644 --- a/Makefile +++ b/Makefile @@ -98,9 +98,11 @@ ifdef SHOW_COMPILER_WARNINGS endif ifndef FORCE_STATIC - LIBS = -lgsl -lopenblas -pthread -lz -lgfortran -lquadmath + LIBS = -lgsl -lopenblas -pthread -lz ifdef WITH_GSLCBLAS LIBS += -lgslcblas + else + LIBS += -lgfortran -lquadmath endif else ifndef TRAVIS_CI # Travis static compile we cheat a little -- cgit v1.2.3