From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 13 10:37:37 2024 Received: (at submit) by debbugs.gnu.org; 13 Jun 2024 14:37:37 +0000 Received: from localhost ([127.0.0.1]:57358 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sHla4-0003cs-AM for submit@debbugs.gnu.org; Thu, 13 Jun 2024 10:37:37 -0400 Received: from lists.gnu.org ([209.51.188.17]:40580) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sHkcU-0000Zd-RR for submit@debbugs.gnu.org; Thu, 13 Jun 2024 09:36:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sHkcU-0004u9-U1 for guix-patches@gnu.org; Thu, 13 Jun 2024 09:36:02 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sHkcR-0003Te-Ua for guix-patches@gnu.org; Thu, 13 Jun 2024 09:36:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=E5eMx4V1AdYND6NvRfFQmZ9UoUh7IqR5I44xSqrvcq0=; b=Kb1VMGFmQgEkboTHyumdpSTyY9fukLP7Pwo729dJoZ2CvZ6pMgbLYPc/ jHG+rcD7rjMzY1AaJwvssnwjXkNKQkMHMR51dAVZULiKsQX8KodtBetwn c0/BwKw0g7+NVLWkQnL2Fv/31fsUAVBhADZaW6a3sdjus6eYIWpeJenjS I=; Authentication-Results: mail2-relais-roc.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=antoine.a.gicquel@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="6.08,235,1712613600"; d="scan'208";a="170502790" Received: from nat-inria-interne-52-gw-01-bso.bordeaux.inria.fr (HELO inria-laptop.bordeaux.inria.fr) ([194.199.1.52]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jun 2024 15:35:54 +0200 From: angicque To: guix-patches@gnu.org Subject: [PATCH] gnu: kokkos: update to 4.3.01. Date: Thu, 13 Jun 2024 15:35:44 +0200 Message-ID: <20240613133544.152637-1-antoine.a.gicquel@inria.fr> X-Mailer: git-send-email 2.45.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=192.134.164.83; envelope-from=antoine.a.gicquel@inria.fr; helo=mail2-relais-roc.national.inria.fr X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 13 Jun 2024 10:37:35 -0400 Cc: angicque X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/cpp.scm (kokkos): Update to 4.3.01. --- 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 03a8a39ee2..67ceb68532 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -1285,7 +1285,7 @@ (define-public taskflow (define-public kokkos (package (name "kokkos") - (version "4.2.01") + (version "4.3.01") (source (origin (method git-fetch) @@ -1294,7 +1294,7 @@ (define-public kokkos (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1bvxcy11as38ng9vdp93mrdvm7sgwqjrm67p53wr1aj7x3pq3hbp")) + (base32 "069j9wijw8vwp2844sdrp0wpq59wihykbhbacwadac01l467m3y7")) (modules '((guix build utils))) (snippet ;; Remove bundled googletest. -- 2.45.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 14 10:09:47 2024 Received: (at 71536-done) by debbugs.gnu.org; 14 Jun 2024 14:09:47 +0000 Received: from localhost ([127.0.0.1]:40744 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sI7cg-0006vu-TB for submit@debbugs.gnu.org; Fri, 14 Jun 2024 10:09:47 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:56528) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sI7cd-0006vd-OL for 71536-done@debbugs.gnu.org; Fri, 14 Jun 2024 10:09:45 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 69FDE486; Fri, 14 Jun 2024 16:09:37 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Dy37jIriJ7Mt; Fri, 14 Jun 2024 16:09:35 +0200 (CEST) Received: from jurong (unknown [IPv6:2001:861:c4:f2f0::c64]) by hera.aquilenet.fr (Postfix) with ESMTPSA id C11F0E49; Fri, 14 Jun 2024 16:09:35 +0200 (CEST) Date: Fri, 14 Jun 2024 16:09:34 +0200 From: Andreas Enge To: 71536-done@debbugs.gnu.org Subject: Close Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 71536-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Pushed, thanks! Andreas From unknown Mon Aug 18 11:32:06 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 13 Jul 2024 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator