gnu: libsvm: Update to 3.23.

* gnu/packages/machine-learning.scm (libsvm): Update to 3.23.
master
Tobias Geerinckx-Rice 2019-04-24 18:18:07 +02:00
parent 5ed720976a
commit 2cffa2f240
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 5 deletions

View File

@ -111,18 +111,17 @@ connected and sparsely connected networks.")
(define-public libsvm
(package
(name "libsvm")
(version "3.22")
(version "3.23")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.csie.ntu.edu.tw/~cjlin/libsvm/"
name "-" version ".tar.gz"))
(sha256
(base32
"0zd7s19y5vb7agczl6456bn45cj1y64739sslaskw1qk7dywd0bd"))))
(base32 "0jpaq0rr92x38p4nk3gjan79ip67m6p80anb28z1d8601miysyi5"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ;no "check" target
`(#:tests? #f ; no "check" target
#:phases (modify-phases %standard-phases
(delete 'configure)
(replace
@ -151,7 +150,7 @@ classification.")
(name "python-libsvm")
(build-system gnu-build-system)
(arguments
`(#:tests? #f ;no "check" target
`(#:tests? #f ; no "check" target
#:make-flags '("-C" "python")
#:phases
(modify-phases %standard-phases