mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: dlpack: Update to 1.1.
* gnu/packages/machine-learning.scm (dlpack): Update to 1.1. [home-page]: Update. Change-Id: Ib9b02dd9bbfc9a7aba690dfad3e6b9bd2c26a7b0 Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
parent
c46928d645
commit
b04f2ca543
1 changed files with 3 additions and 3 deletions
|
@ -152,7 +152,7 @@
|
||||||
(define-public dlpack
|
(define-public dlpack
|
||||||
(package
|
(package
|
||||||
(name "dlpack")
|
(name "dlpack")
|
||||||
(version "1.0")
|
(version "1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -161,10 +161,10 @@
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "169slm88jin4ddhdwk1qhqzzkhkwk1jrz35i7abhcqkry9wjib4f"))))
|
(base32 "0vlp8gcf7s3snalj6xmvgqxxn96fki6gw9hzph30gmgdbaz730j6"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments (list #:tests? #f)) ;No tests.
|
(arguments (list #:tests? #f)) ;No tests.
|
||||||
(home-page "https://github.com/dmlc/dlpack")
|
(home-page "https://dmlc.github.io/dlpack/latest/")
|
||||||
(synopsis "In memory tensor structure")
|
(synopsis "In memory tensor structure")
|
||||||
(description
|
(description
|
||||||
"DLPack is an in-memory tensor structure for sharing tensors among
|
"DLPack is an in-memory tensor structure for sharing tensors among
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue