aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2014-05-15 11:22:00 -0700
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2014-05-15 11:22:00 -0700
commita9f74dc7b28dda5156dc48cbb07cc264a9678b74 (patch)
tree4c8c5b2d498627331568f0319702861c80887303 /Makefile
parentadded readme and license (diff)
downloadgensvm-a9f74dc7b28dda5156dc48cbb07cc264a9678b74.tar.gz
gensvm-a9f74dc7b28dda5156dc48cbb07cc264a9678b74.zip
added cblas to Makefile and free model in grid search cv
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1c4ee22..d1726da 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ EXECS=trainMSVMMaj trainMSVMMajdataset predMSVMMaj
all: lib/libmsvmmaj.a $(EXECS)
-override LDFLAGS+=-lblas -llapack -lm
+override LDFLAGS+=-lcblas -llapack -lm
lib/libmsvmmaj.a: \
src/crossval.o \