aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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