all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73195] [PATCH] gnu: kokkos: Update to 4.4.00.
@ 2024-09-12 11:08 Romain GARBAGE
  2024-09-16  9:17 ` bug#73195: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Romain GARBAGE @ 2024-09-12 11:08 UTC (permalink / raw)
  To: 73195; +Cc: ludovic.courtes, Romain GARBAGE

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

Change-Id: I58b6fed438721bce58645a03b76851183e675a69
---
 gnu/packages/cpp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 579dde6953..da2cfcab6e 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1319,7 +1319,7 @@ (define-public taskflow
 (define-public kokkos
   (package
     (name "kokkos")
-    (version "4.3.01")
+    (version "4.4.00")
     (source
      (origin
        (method git-fetch)
@@ -1328,7 +1328,7 @@ (define-public kokkos
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "069j9wijw8vwp2844sdrp0wpq59wihykbhbacwadac01l467m3y7"))
+        (base32 "1k8xd1m5lvk28i677yj780029gsb56m48wyh8d7rp9yqd4bcchbh"))
        (modules '((guix build utils)))
        (snippet
         ;; Remove bundled googletest.

base-commit: b6d5a7f5836739dab884b49a64ca354794dd845f
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#73195: [PATCH] gnu: kokkos: Update to 4.4.00.
  2024-09-12 11:08 [bug#73195] [PATCH] gnu: kokkos: Update to 4.4.00 Romain GARBAGE
@ 2024-09-16  9:17 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2024-09-16  9:17 UTC (permalink / raw)
  To: Romain GARBAGE; +Cc: 73195-done

Romain GARBAGE <romain.garbage@inria.fr> skribis:

> * gnu/packages/cpp.scm (kokkos): Update to 4.4.00.
>
> Change-Id: I58b6fed438721bce58645a03b76851183e675a69

Pushed as f18269421de41174e41a364fb831502ac308c0a5, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-09-16  9:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-12 11:08 [bug#73195] [PATCH] gnu: kokkos: Update to 4.4.00 Romain GARBAGE
2024-09-16  9:17 ` bug#73195: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.