all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Romain GARBAGE <romain.garbage@inria.fr>
To: 73195@debbugs.gnu.org
Cc: ludovic.courtes@inria.fr, Romain GARBAGE <romain.garbage@inria.fr>
Subject: [bug#73195] [PATCH] gnu: kokkos: Update to 4.4.00.
Date: Thu, 12 Sep 2024 13:08:35 +0200	[thread overview]
Message-ID: <20240912110839.3677-1-romain.garbage@inria.fr> (raw)

* 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





             reply	other threads:[~2024-09-12 11:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-12 11:08 Romain GARBAGE [this message]
2024-09-16  9:17 ` bug#73195: [PATCH] gnu: kokkos: Update to 4.4.00 Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240912110839.3677-1-romain.garbage@inria.fr \
    --to=romain.garbage@inria.fr \
    --cc=73195@debbugs.gnu.org \
    --cc=ludovic.courtes@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.