- Update to 2.81
PR: ports/91169 Submitted by: Rong-En Fan <rafan@infor.org> (maintainer)
This commit is contained in:
parent
0b5d465e8c
commit
deed4c34bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152536
3 changed files with 6 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libsvm
|
||||
PORTVERSION= 2.8
|
||||
PORTVERSION= 2.81
|
||||
PORTREVISION= 0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= science math
|
||||
|
@ -34,7 +34,7 @@ TXT_DOCS= COPYRIGHT README FAQ.html README.python
|
|||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= ${TXT_DOCS}
|
||||
.endif
|
||||
TOOLS= tools/grid.py tools/easy.py
|
||||
TOOLS= tools/grid.py tools/easy.py tools/subset.py
|
||||
|
||||
MSG_FILE= ${PKGDIR}/pkg-message
|
||||
PKGMESSAGE= ${WRKSRC}/pkg-message
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
MD5 (libsvm-2.8.zip) = 4fd61442270279a37d5a1e4bb4d04db3
|
||||
SIZE (libsvm-2.8.zip) = 457595
|
||||
MD5 (libsvm-2.81.zip) = 29069c4ba7ef2bd6ccf4e8b6828ba67f
|
||||
SHA256 (libsvm-2.81.zip) = 166e136a34ec04bea9844360b0706dde6dc0bfac93c47824a93bd358fcb968d6
|
||||
SIZE (libsvm-2.81.zip) = 461637
|
||||
|
|
|
@ -3,6 +3,7 @@ bin/svm-scale
|
|||
bin/svm-train
|
||||
%%DATADIR%%/grid.py
|
||||
%%DATADIR%%/easy.py
|
||||
%%DATADIR%%/subset.py
|
||||
%%LIBSVM_PYTHON%%%%EXAMPLESDIR%%/cross_validation.py
|
||||
%%LIBSVM_PYTHON%%%%EXAMPLESDIR%%/svm_test.py
|
||||
%%LIBSVM_PYTHON%%%%EXAMPLESDIR%%/test_cross_validation.py
|
||||
|
|
Loading…
Reference in a new issue