]> granicus.if.org Git - liblinear/commitdiff
change SHVER from 3 to 4 due to the function name change or new functions
authorChih-Jen Lin <cjlin@csie.ntu.edu.tw>
Fri, 21 Feb 2020 22:37:36 +0000 (06:37 +0800)
committerChih-Jen Lin <cjlin@csie.ntu.edu.tw>
Fri, 21 Feb 2020 22:37:36 +0000 (06:37 +0800)
-  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

index 0534f2bdc4d46a18457e5ff5bf05fdbf2bf88a20..b97c45baafdccf42d7c543c057ee9c1e03614ae1 100644 (file)
--- 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