gnu: liblantern: Update to 0.13.0.

* gnu/packages/machine-learning.scm (liblantern): Update to 0.13.0.

Change-Id: I7725adf59e4506b2b5b301ca2f57c4f07e16f594
This commit is contained in:
Ricardo Wurmus 2024-07-02 11:49:10 +02:00
parent eba71dafb3
commit 5e48571f8c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5327,22 +5327,18 @@ (define-public python-hmmlearn
;; Keep this in sync with the r-torch package.
(define-public liblantern
;; There has been no release or tagged commit for r-torch 0.12.0. The
;; selected commit corresponds to the 0.12.0 release.
(let ((commit "4d83bd087be581f7db321c27f55897ff021d2537")
(revision "1"))
(package
(name "liblantern")
(version (git-version "0.11.0" revision commit))
(version "0.13.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/mlverse/torch")
(commit commit)))
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1xxc6vr7sr2mg0va0hc2fs4f6v5b78mx43dp2shzzbcgw90mgpvk"))))
(base32 "1yy5xpn9mi5qm7k4w7040d6frpixm9ifs46v1cn9b6bpc1qs1a02"))))
(build-system cmake-build-system)
(arguments
(list
@ -5394,7 +5390,7 @@ (define-public liblantern
(synopsis "C API to libtorch")
(description
"Lantern provides a C API to the libtorch machine learning library.")
(license license:expat))))
(license license:expat)))
(define-public python-lap
(package