~ruther/guix-local

b04f2ca54399b8561c06fff6ea572e12d9c0dea3 — Cayetano Santos 7 months ago c46928d
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>
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/machine-learning.scm
M gnu/packages/machine-learning.scm => gnu/packages/machine-learning.scm +3 -3
@@ 152,7 152,7 @@
(define-public dlpack
  (package
    (name "dlpack")
    (version "1.0")
    (version "1.1")
    (source
     (origin
       (method git-fetch)


@@ 161,10 161,10 @@
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "169slm88jin4ddhdwk1qhqzzkhkwk1jrz35i7abhcqkry9wjib4f"))))
        (base32 "0vlp8gcf7s3snalj6xmvgqxxn96fki6gw9hzph30gmgdbaz730j6"))))
    (build-system cmake-build-system)
    (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")
    (description
     "DLPack is an in-memory tensor structure for sharing tensors among