gnu: kokkos: Update to 4.4.00.

* gnu/packages/cpp.scm (kokkos): Update to 4.4.00.

Change-Id: I58b6fed438721bce58645a03b76851183e675a69
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Romain GARBAGE 2024-09-12 13:08:35 +02:00 committed by Ludovic Courtès
parent a4e7a756b2
commit f18269421d
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1319,7 +1319,7 @@ (define-public taskflow
(define-public kokkos (define-public kokkos
(package (package
(name "kokkos") (name "kokkos")
(version "4.3.01") (version "4.4.00")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1328,7 +1328,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 "069j9wijw8vwp2844sdrp0wpq59wihykbhbacwadac01l467m3y7")) (base32 "1k8xd1m5lvk28i677yj780029gsb56m48wyh8d7rp9yqd4bcchbh"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; Remove bundled googletest. ;; Remove bundled googletest.