diff options
author | Pjotr Prins | 2017-12-19 07:36:18 +0000 |
---|---|---|
committer | Pjotr Prins | 2017-12-19 07:36:18 +0000 |
commit | 8b0985fb484c0691deb8fe0091b9edf2b5ab973e (patch) | |
tree | 0674429df3aa4f737e45ed63028c34c4dedffab4 /Makefile | |
parent | 54d464e3a6a23e9907b054904085b93c59579df2 (diff) | |
download | pangemma-8b0985fb484c0691deb8fe0091b9edf2b5ab973e.tar.gz |
Openblas not linking
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ ifdef SHOW_COMPILER_WARNINGS endif ifndef FORCE_STATIC - LIBS = -lgsl -lgslcblas -pthread -lz + LIBS = -lopenblas -lgsl -lgslcblas -pthread -lz else ifndef TRAVIS_CI # Travis static compile we cheat a little CPPFLAGS += -static |