aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPjotr Prins2017-12-19 08:56:17 +0000
committerPjotr Prins2017-12-19 08:56:17 +0000
commitc760aa09c2aa91ca6270b5f898c27e9aed376a73 (patch)
tree8b792cbb40abe9ee1656ec7332f69d432a86399a /Makefile
parentfe883b9730925c75ac2bd09e7060c042929a942e (diff)
downloadpangemma-c760aa09c2aa91ca6270b5f898c27e9aed376a73.tar.gz
Optimizing OpenBlas
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8a57a27..d7fb91b 100644
--- a/Makefile
+++ b/Makefile
@@ -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