From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id ILRIBlCrxGJvQwAAbAwnHQ (envelope-from ) for ; Tue, 05 Jul 2022 23:21:20 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id YIw/BlCrxGKK/QAAauVa8A (envelope-from ) for ; Tue, 05 Jul 2022 23:21:20 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 6B6383C95A for ; Tue, 5 Jul 2022 23:21:18 +0200 (CEST) Received: from localhost ([::1]:42052 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o8pyu-0000ao-Nh for larch@yhetil.org; Tue, 05 Jul 2022 17:21:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40192) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o8pyg-0000ae-NZ for guix-patches@gnu.org; Tue, 05 Jul 2022 17:21:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57941) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o8pyg-0002js-Bd for guix-patches@gnu.org; Tue, 05 Jul 2022 17:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o8pyg-00037Z-3w for guix-patches@gnu.org; Tue, 05 Jul 2022 17:21:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#56411] [PATCH] gnu: hwloc: Update to 2.8.0 Resent-From: Philippe SWARTVAGHER Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 05 Jul 2022 21:21:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 56411 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 56411@debbugs.gnu.org Cc: Philippe SWARTVAGHER X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.165705600311890 (code B ref -1); Tue, 05 Jul 2022 21:21:01 +0000 Received: (at submit) by debbugs.gnu.org; 5 Jul 2022 21:20:03 +0000 Received: from localhost ([127.0.0.1]:51838 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o8pxi-00035f-RV for submit@debbugs.gnu.org; Tue, 05 Jul 2022 17:20:03 -0400 Received: from lists.gnu.org ([209.51.188.17]:39814) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o8pxg-00035B-VG for submit@debbugs.gnu.org; Tue, 05 Jul 2022 17:20:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40030) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o8pxg-0000YJ-Lm for guix-patches@gnu.org; Tue, 05 Jul 2022 17:20:00 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:32286) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o8pxd-0002Pu-8U for guix-patches@gnu.org; Tue, 05 Jul 2022 17:20:00 -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=6RQf8LEKtiT5ObJWI2g7eaT6mUuQB7NbQLngXXBuEck=; b=CcxFRGIAM1VyMdPGjr4Pr0u0BXhof9ZBjOHEu/tnoaewmysch7diYTc5 Hd9Zanh3pRAb2OTf3uNjG1Dsf9+GFF3UMnueM4zw6bDH8obOa8Y/JcLSx /sHQL5asvJ8K/ta2Eijm9lgLm9f0DBLsAuDRc+uMiFDoe/e2Ho+pSfMS9 I=; X-IronPort-AV: E=Sophos;i="5.92,247,1650924000"; d="scan'208";a="44391053" Received: from netcom-services.fr (HELO localhost.localdomain) ([185.164.212.56]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jul 2022 23:19:52 +0200 From: Philippe SWARTVAGHER Date: Tue, 5 Jul 2022 23:18:44 +0200 Message-Id: <20220705211844.354232-1-philippe.swartvagher@inria.fr> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=192.134.164.83; envelope-from=philippe.swartvagher@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, 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-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1657056078; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=6RQf8LEKtiT5ObJWI2g7eaT6mUuQB7NbQLngXXBuEck=; b=JEOIF9h8iaCRVpQcEjew9vQjdSDEzTS/Enggj3AgPdMvKLZ61CG9XJcB0CZQJel3MoF6sZ sXicjH7i6Cs37xP7DAV3MqgGcZ7PzOiddgquWJr8cb8fjuQYmG55T2fU1HFJNPU/n/ZKdm sOuplBLGXM9v7e5vevriwigVgy55fGmIF0G1R1HK2lcl5AVBXyoepBmEf7QqdfAbOY5Unq KxdOQJobp6F91RCcqNHLzW0NLzkB7//GVNoSb9FALc1UYgrpOwis8ltEcHVGYLLroRh3OC shpiyNj8NKZd5gLSFQa5V3sE7RrcB1cBAKMdPkUCQodbVuY6/THhBUw6qfoJ8Q== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1657056078; a=rsa-sha256; cv=none; b=jLYUC/XIlUXj/uzVV/vIIb7YoTplYDXVvDPpckW1A6C81YAbvSQIgByUwm/sDFQYU9aOns 3F67jVGKUr/NCmKZbJw10Oh88O45qOpKq88AS9wIZjHzsu612Kvf51rXxyXunfwkpunDsb pCQ9TWXbXstwVmohkT4Cbj6RKWngAQt2dQ9nhSE1IhcM/scgbq4VVQb0q7kzs5p+P0IVD0 xR6ofba1H0ZehxfSDvJJJrYc6N2cpegTmZX+dWcGqiIfVchjBnJ/FSswdBWB2hTyQTZvx4 kkPb202COyiAECd+nXIK8QEz5ci8g/6x2tWnyDCXX2o+2UKVlH6PyOHHE1NPLA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=inria.fr header.s=dc header.b=CcxFRGIA; dmarc=fail reason="SPF not aligned (relaxed)" header.from=inria.fr (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 6.55 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=inria.fr header.s=dc header.b=CcxFRGIA; dmarc=fail reason="SPF not aligned (relaxed)" header.from=inria.fr (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 6B6383C95A X-Spam-Score: 6.55 X-Migadu-Scanner: scn0.migadu.com X-TUID: 6Ue9FVbpGWm9 * gnu/packages/mpi.scm (hwloc): Update to 2.8.0 --- gnu/packages/mpi.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm index 954c12c6f2..01dc9e355b 100644 --- a/gnu/packages/mpi.scm +++ b/gnu/packages/mpi.scm @@ -143,7 +143,7 @@ (define-public hwloc-2 ;; Note: 2.x isn't the default yet, see above. (package (inherit hwloc-1) - (version "2.7.1") + (version "2.8.0") (source (origin (method url-fetch) (uri (string-append "https://download.open-mpi.org/release/hwloc/v" @@ -151,7 +151,7 @@ (define-public hwloc-2 "/hwloc-" version ".tar.bz2")) (sha256 (base32 - "13ajxwshxl1pa8b5gnkmm7hcg97m6xrlgz8vj1hmsb57qcv1skhd")))) + "1ha23yqfx9kfxm5fcj9m0fnyf0r2k6p4k88xxqishclcsky752il")))) ;; libnuma is no longer needed. (inputs (modify-inputs (package-inputs hwloc-1) base-commit: 43cf8861b8ff3e8b987b731f347e31ba8bdf00ae -- 2.30.2