aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 73be538..fcc2007 100644
--- a/Makefile
+++ b/Makefile
@@ -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