mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: kokkos: Update to 4.2.01.
* gnu/packages/cpp.scm (kokkos): Update to 4.2.01. Change-Id: I29df429ad8d347ba486f0a59bf1c4e2a106e51d1 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
dd476cfb76
commit
69b8feabcf
1 changed files with 2 additions and 2 deletions
|
@ -1213,7 +1213,7 @@ (define-public taskflow
|
||||||
(define-public kokkos
|
(define-public kokkos
|
||||||
(package
|
(package
|
||||||
(name "kokkos")
|
(name "kokkos")
|
||||||
(version "4.1.00")
|
(version "4.2.01")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1222,7 +1222,7 @@ (define-public kokkos
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "15kjpa54ssrrbid9h2nr94nh85qna5c4vq2152i4iy7gaagigy3c"))
|
(base32 "1bvxcy11as38ng9vdp93mrdvm7sgwqjrm67p53wr1aj7x3pq3hbp"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; Remove bundled googletest.
|
;; Remove bundled googletest.
|
||||||
|
|
Loading…
Reference in a new issue