aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPjotr Prins2017-12-19 13:16:25 +0000
committerPjotr Prins2017-12-19 13:16:25 +0000
commit7064eab1170a422d4ecde84671f5952059341791 (patch)
tree5025d81b897eef3ab6d59c2441245e9befba304c /Makefile
parentc760aa09c2aa91ca6270b5f898c27e9aed376a73 (diff)
downloadpangemma-7064eab1170a422d4ecde84671f5952059341791.tar.gz
Documentation and Travis fixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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