Archived
1
0
Fork 0

gnu: liblantern: Update to 0.11.0-1.4d83bd0.

* gnu/packages/machine-learning.scm (liblantern): Update to 0.11.0-1.4d83bd0.

Change-Id: I04ac3d64df8ec3b4ba628886640020a24361f4e3
This commit is contained in:
Ricardo Wurmus 2023-12-28 00:04:56 +01:00
parent 1e5faccecd
commit 5a5a5cf31d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4550,18 +4550,22 @@ of Hidden Markov Models.")
;; Keep this in sync with the r-torch package. ;; Keep this in sync with the r-torch package.
(define-public liblantern (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 (package
(name "liblantern") (name "liblantern")
(version "0.10.0") (version (git-version "0.11.0" revision commit))
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/mlverse/torch") (url "https://github.com/mlverse/torch")
(commit (string-append "v" version)))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "12480fac9xq7rgw0q5f2cnvmakhakjsnq1gvh2ncjfwxz34n8fl7")))) (base32 "1xxc6vr7sr2mg0va0hc2fs4f6v5b78mx43dp2shzzbcgw90mgpvk"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
(list (list
@ -4613,7 +4617,7 @@ of Hidden Markov Models.")
(synopsis "C API to libtorch") (synopsis "C API to libtorch")
(description (description
"Lantern provides a C API to the libtorch machine learning library.") "Lantern provides a C API to the libtorch machine learning library.")
(license license:expat))) (license license:expat))))
(define-public python-lap (define-public python-lap
(package (package