From a9f74dc7b28dda5156dc48cbb07cc264a9678b74 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 15 May 2014 11:22:00 -0700 Subject: added cblas to Makefile and free model in grid search cv --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 \ -- cgit v1.2.3