gnu: sbcl-cl-online-learning: Update to 0.5-1.87fbef8.

* gnu/packages/lisp-xyz.scm (sbcl-cl-online-learning): Update to
  0.5-1.87fbef8.
  [arguments]: Add 'test-asd-file' and 'asd-systems' parameters. Activate
  tests.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Sharlatan Hellseher 2021-01-30 11:08:26 +00:00 committed by Guillaume Le Vaillant
parent 3e10f0eef0
commit e11055f012
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -10424,8 +10424,8 @@ format.")
(sbcl-package->ecl-package sbcl-cl-libsvm-format)) (sbcl-package->ecl-package sbcl-cl-libsvm-format))
(define-public sbcl-cl-online-learning (define-public sbcl-cl-online-learning
(let ((commit "fc7a34f4f161cd1c7dd747d2ed8f698947781423") (let ((commit "87fbef8a340219e853adb3a5bf44a0470da76964")
(revision "0")) (revision "1"))
(package (package
(name "sbcl-cl-online-learning") (name "sbcl-cl-online-learning")
(version (git-version "0.5" revision commit)) (version (git-version "0.5" revision commit))
@ -10435,10 +10435,10 @@ format.")
(uri (git-reference (uri (git-reference
(url "https://github.com/masatoi/cl-online-learning") (url "https://github.com/masatoi/cl-online-learning")
(commit commit))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name "cl-online-learning" version))
(sha256 (sha256
(base32 (base32
"14x95rlg80ay5hv645ki57pqvy12v28hz4k1w0f6bsfi2rmpxchq")))) "1lfq04lnxivx59nq5dd02glyqsqzf3vdn4s9b8wnaln5fs8g2ph9"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(native-inputs (native-inputs
`(("prove" ,sbcl-prove))) `(("prove" ,sbcl-prove)))
@ -10446,13 +10446,14 @@ format.")
`(("cl-libsvm-format" ,sbcl-cl-libsvm-format) `(("cl-libsvm-format" ,sbcl-cl-libsvm-format)
("cl-store" ,sbcl-cl-store))) ("cl-store" ,sbcl-cl-store)))
(arguments (arguments
`(;; FIXME: Tests pass but then the check phase crashes `(#:test-asd-file "cl-online-learning-test.asd"
#:tests? #f)) #:asd-systems '("cl-online-learning-test"
"cl-online-learning")))
(home-page "https://github.com/masatoi/cl-online-learning")
(synopsis "Online Machine Learning for Common Lisp") (synopsis "Online Machine Learning for Common Lisp")
(description (description
"This library contains a collection of machine learning algorithms for "This library contains a collection of machine learning algorithms for
online linear classification written in Common Lisp.") online linear classification written in Common Lisp.")
(home-page "https://github.com/masatoi/cl-online-learning")
(license license:expat)))) (license license:expat))))
(define-public cl-online-learning (define-public cl-online-learning