diff options
| author | Pjotr Prins | 2017-12-19 13:16:25 +0000 |
|---|---|---|
| committer | Pjotr Prins | 2017-12-19 13:16:25 +0000 |
| commit | 7064eab1170a422d4ecde84671f5952059341791 (patch) | |
| tree | 5025d81b897eef3ab6d59c2441245e9befba304c /Makefile | |
| parent | c760aa09c2aa91ca6270b5f898c27e9aed376a73 (diff) | |
| download | pangemma-7064eab1170a422d4ecde84671f5952059341791.tar.gz | |
Documentation and Travis fixes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
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 |
