From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id UB2pIHIuMGRflQAASxT56A (envelope-from ) for ; Fri, 07 Apr 2023 16:53:38 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id ONWLIHIuMGTJkQAAauVa8A (envelope-from ) for ; Fri, 07 Apr 2023 16:53:38 +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 268D091B for ; Fri, 7 Apr 2023 16:53:37 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pknSf-0004mb-87; Fri, 07 Apr 2023 10:53:09 -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 1pknSZ-0004lM-FH for guix-patches@gnu.org; Fri, 07 Apr 2023 10:53:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pknSY-0002kR-Vd for guix-patches@gnu.org; Fri, 07 Apr 2023 10:53:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pknSY-0007FX-DR for guix-patches@gnu.org; Fri, 07 Apr 2023 10:53:02 -0400 Subject: bug#62641: [PATCH] gnu: hwloc: Update to 2.9.1. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 07 Apr 2023 14:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 62641 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Philippe SWARTVAGHER Cc: 62641-done@debbugs.gnu.org Mail-Followup-To: 62641@debbugs.gnu.org, ludo@gnu.org, phil.swart@gmx.fr Received: via spool by 62641-done@debbugs.gnu.org id=D62641.168087915227806 (code D ref 62641); Fri, 07 Apr 2023 14:53:02 +0000 Received: (at 62641-done) by debbugs.gnu.org; 7 Apr 2023 14:52:32 +0000 Received: from localhost ([127.0.0.1]:56999 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pknS3-0007EQ-SX for submit@debbugs.gnu.org; Fri, 07 Apr 2023 10:52:32 -0400 Received: from eggs.gnu.org ([209.51.188.92]:51650) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pknS1-0007ED-Ol for 62641-done@debbugs.gnu.org; Fri, 07 Apr 2023 10:52:30 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pknRu-0002RH-Sq; Fri, 07 Apr 2023 10:52:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=JE9Z2jliCn8JCvmm3exMP7Nr6T31H1cgETQVZGPKRpU=; b=TME7Y/WsaM/kNI4yG86g ZLb+tXKxv/dt2tquE5n1CLOdl2IwDQ3Z5phRlBQ0+ej03nzVui3s7xuuxUifav0x6hCI8lT37WsWQ PD9TK4BEbl92ARatQhh2c2CcOutJg5HS9FHL45OKgdZRKfgQKQ/NwknPHjZHsls1Mr7MbS9uG2+Ug 21plsK4V5wETyI30z/DP0+t5L83UlTr97mytOGbIM+bw/273/Lf7l9XNP0nnPCtSU5/Yww4gY0RFy T2rINQCMXENBARGWBH4wPgYprM/0xR99El+Wx+YQbfgONdbPrjDtoAqZCzWf6XZkfs7X42zh3G2aZ dFPlf1kE6617Rg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pknRM-0005QA-8z; Fri, 07 Apr 2023 10:52:22 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20230403094619.73375-1-phil.swart@gmx.fr> Date: Fri, 07 Apr 2023 16:51:45 +0200 In-Reply-To: <20230403094619.73375-1-phil.swart@gmx.fr> (Philippe SWARTVAGHER's message of "Mon, 3 Apr 2023 11:46:19 +0200") Message-ID: <87ttxrd9tq.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Seal: i=1; s=key1; d=yhetil.org; t=1680879218; a=rsa-sha256; cv=none; b=tyN+wsNdE+60pQueDQ+S7DQ8rtMD0vqqCjwZf/WgGrsylXrYZ7kRleWd4ddzLokdQ3HXyc fyYlPleZXtiCkZToxZAyFoGiz8cjHqbMijZnMXuoOFUrCXB2l17FnaLixfjiW87Q2uJUtG EQwHXYLp2mQWDHQPGdM9iaX4xhFDfdyhLYyScnESWy9+8o3BFpGO/wLqkd6ihT4bxzMLdZ SEjEOPhDbtUi5gzWptGQrGmIwCDd9jUqxd6CEdOyHhvt9lpszBis+F3+skkTRp8XrbwuPF jL/kIuS7k7/43R46DoBJxYmRmb7pHI5MI/G4McX6LFjIIb46+PyIVa9J7ZUxfA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="TME7Y/Ws"; dmarc=pass (policy=none) header.from=gnu.org; 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1680879218; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=JE9Z2jliCn8JCvmm3exMP7Nr6T31H1cgETQVZGPKRpU=; b=UgcldcdZpGqH9RAF+zvNReh+ASKqtwJy8vrtnBKvTTU7YydZB0Zel4A2f+GVyIrdFLec4p AszCE01lf7LzAC7Q1xMkdzyA+ZaCMoDgqJWIRfuWE2pSrHP4akqNL5+jLvbu2dIqZm8PS5 76pSSXOd1ycPZ/vxy2cIlog2lzqS336my9ctenSsV2E1bO+pm9NqMZRdJZ1Kr3dT+vhizs CD2gryffj33ZZhsmULIQgcsYuhYhBh3L7I41XeD0t27HCfYY7gWL7sLPb6ur8r00uEUMzj cVCCzQWkfHHTcsCutUJAa4Sk4ugbUe5adtpSP9yEPwpqUKdlELleZpep7+qtYA== Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="TME7Y/Ws"; dmarc=pass (policy=none) header.from=gnu.org; 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-Scanner: scn0.migadu.com X-Migadu-Spam-Score: -3.52 X-Spam-Score: -3.52 X-Migadu-Queue-Id: 268D091B X-TUID: LDLH21XK3BeJ Hello! Philippe SWARTVAGHER skribis: > * gnu/packages/mpi.scm (hwloc-2): Update to 2.9.1. > > Patch to skip tests requiring /sys on non-x86 systems should not be > necessary anymore, as https://github.com/open-mpi/hwloc/pull/570 has > been merged in this new version. Applied, thanks! :-) Ludo=E2=80=99.