gnu: liblantern: Update to 0.13.0.
* gnu/packages/machine-learning.scm (liblantern): Update to 0.13.0. Change-Id: I7725adf59e4506b2b5b301ca2f57c4f07e16f594master
parent
eba71dafb3
commit
5e48571f8c
|
@ -5327,22 +5327,18 @@ 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 (git-version "0.11.0" revision commit))
|
(version "0.13.0")
|
||||||
(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 commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1xxc6vr7sr2mg0va0hc2fs4f6v5b78mx43dp2shzzbcgw90mgpvk"))))
|
(base32 "1yy5xpn9mi5qm7k4w7040d6frpixm9ifs46v1cn9b6bpc1qs1a02"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -5394,7 +5390,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
|
||||||
|
|
Reference in New Issue