- Update to 2.88

This commit is contained in:
Rong-En Fan 2008-12-22 15:46:18 +00:00
parent 0c22e66029
commit dc9707d19c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224573
3 changed files with 11 additions and 11 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= libsvm
PORTVERSION= 2.85
PORTVERSION= 2.88
PORTEPOCH= 1
CATEGORIES= science math
MASTER_SITES= http://www.csie.ntu.edu.tw/~cjlin/libsvm/ \

View file

@ -1,3 +1,3 @@
MD5 (libsvm-2.85.zip) = 13633ae0bfa59005e05af7ac0aba19e9
SHA256 (libsvm-2.85.zip) = f920b6bb6cd43572a4b552524acd054212cfe6ce959b06c5d59c630028138bb1
SIZE (libsvm-2.85.zip) = 551964
MD5 (libsvm-2.88.zip) = 07af424fd1c35b71c4cb65a22fd63dda
SHA256 (libsvm-2.88.zip) = 7c47c34c381abfae095379f00b8c8507d4ffa7a0cf7c3fb2f5d6f93a5f16bed8
SIZE (libsvm-2.88.zip) = 562861

View file

@ -1,9 +1,9 @@
--- Makefile.orig Sat Nov 20 09:35:29 2004
+++ Makefile Sat Dec 18 02:14:59 2004
@@ -1,5 +1,4 @@
-CXXC = g++
-CFLAGS = -Wall -O3
+CXXC = $(CXX)
--- Makefile.orig 2008-12-22 23:43:29.000000000 +0800
+++ Makefile 2008-12-22 23:43:58.000000000 +0800
@@ -1,5 +1,5 @@
CXX? = g++
-CFLAGS = -Wall -Wconversion -O3 -fPIC
+CFLAGS += -Wall -Wconversion -O3 -fPIC
SHVER = 1
all: svm-train svm-predict svm-scale