From: Chih-Jen Lin Date: Fri, 21 Feb 2020 22:37:36 +0000 (+0800) Subject: change SHVER from 3 to 4 due to the function name change or new functions X-Git-Tag: v240~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c290b0df959cc120a0f9ebdc0b5f3ca39db0045;p=liblinear 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 --- 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