From c760aa09c2aa91ca6270b5f898c27e9aed376a73 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Tue, 19 Dec 2017 08:56:17 +0000 Subject: Optimizing OpenBlas --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3