aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGertjan van den Burg <burg@ese.eur.nl>2016-09-30 16:19:42 +0200
committerGertjan van den Burg <burg@ese.eur.nl>2016-09-30 16:19:42 +0200
commitfa863b2cb24232034e799f247fa158647040c305 (patch)
treea33caf6b9680a6ce7bc4069649be8ad5ae91f9f5 /Makefile
parentAdd define for print_iter (diff)
downloadgensvm-fa863b2cb24232034e799f247fa158647040c305.tar.gz
gensvm-fa863b2cb24232034e799f247fa158647040c305.zip
use atlas for optimized blas/lapack
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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