From 54bffc37050611c60ec480dfe51b3952774e1f73 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 20 Nov 2019 19:15:20 +0000 Subject: Default to openblas if atlas not available --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 875b05f..3a2056b 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ OBJ=$(patsubst %.c,%.o,$(SRC)) all: lib/libgensvm.a $(EXECS) ifdef NOATLAS -override LDFLAGS+=-lcblas -llapack -lm +override LDFLAGS+=-lcblas -llapack -lm -lopenblas else override LDFLAGS+=-lcblas -llapack -lm -latlas endif -- cgit v1.2.3