From 3c290b0df959cc120a0f9ebdc0b5f3ca39db0045 Mon Sep 17 00:00:00 2001 From: Chih-Jen Lin Date: Sat, 22 Feb 2020 06:37:36 +0800 Subject: [PATCH] change SHVER from 3 to 4 due to the function name change or new functions - TRON::trcg -> changed to TRON::trcpg (version 2.20) - find_parameters_C -> changed to find_parameters (version 2.30) - possibly a new solver for one-class SVM --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0534f2b..b97c45b 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CXX ?= g++ CC ?= gcc CFLAGS = -Wall -Wconversion -O3 -fPIC LIBS = blas/blas.a -SHVER = 3 +SHVER = 4 OS = $(shell uname) #LIBS = -lblas -- 2.40.0