From fa863b2cb24232034e799f247fa158647040c305 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 30 Sep 2016 16:19:42 +0200 Subject: use atlas for optimized blas/lapack --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ee97b9f..a35cd53 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ OBJ=$(patsubst %.c,%.o,$(SRC)) all: lib/libgensvm.a $(EXECS) -override LDFLAGS+=-lcblas -llapack -lm +override LDFLAGS+=-lcblas -llapack -lm -latlas debug: CFLAGS += -DDEBUG debug: all -- cgit v1.2.3