mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: r-torch: Update to 0.16.3.
* gnu/packages/cran.scm (r-torch): Update to 0.16.3. Change-Id: I548e3c2e1b8c24fa4ee7e293966a0f27094e4c09
This commit is contained in:
parent
2fcc6d6b2e
commit
59e8d1eb0c
1 changed files with 3 additions and 4 deletions
|
|
@ -43074,13 +43074,13 @@ It also provides a small number of bug fixes to the original code.")
|
|||
(define-public r-torch
|
||||
(package
|
||||
(name "r-torch")
|
||||
(version "0.14.2")
|
||||
(version "0.16.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "torch" version))
|
||||
(sha256
|
||||
(base32 "1j0wgxr25h91c7x48svmgd0pbjl2ljn8rv6rsgw5a56vdgr992nb"))))
|
||||
(base32 "0gqjg9qhsrwh5cvdlk6lyqp2j1d3kr49im3m2ja4c3wkjpk9swhv"))))
|
||||
(properties
|
||||
'((upstream-name . "torch")
|
||||
(updater-ignored-native-inputs . ("r-aten"))
|
||||
|
|
@ -43107,8 +43107,7 @@ It also provides a small number of bug fixes to the original code.")
|
|||
inputs "/lib/liblantern.so")
|
||||
(string-append deps "/liblantern.so")))))))))
|
||||
(inputs
|
||||
(list python-pytorch-for-r-torch
|
||||
liblantern))
|
||||
(list liblantern python-pytorch-for-r-torch))
|
||||
(propagated-inputs
|
||||
(list r-bit64
|
||||
r-callr
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue