diff options
author | Pjotr Prins | 2017-12-19 08:56:17 +0000 |
---|---|---|
committer | Pjotr Prins | 2017-12-19 08:56:17 +0000 |
commit | c760aa09c2aa91ca6270b5f898c27e9aed376a73 (patch) | |
tree | 8b792cbb40abe9ee1656ec7332f69d432a86399a /Makefile | |
parent | fe883b9730925c75ac2bd09e7060c042929a942e (diff) | |
download | pangemma-c760aa09c2aa91ca6270b5f898c27e9aed376a73.tar.gz |
Optimizing OpenBlas
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |