mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
eba71dafb3
commit
5e48571f8c
1 changed files with 64 additions and 68 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue