From 8b0985fb484c0691deb8fe0091b9edf2b5ab973e Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Tue, 19 Dec 2017 07:36:18 +0000 Subject: Openblas not linking --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3