From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id KJEbMNO8+WVk9gAAe85BDQ:P1 (envelope-from ) for ; Tue, 19 Mar 2024 17:27:00 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id KJEbMNO8+WVk9gAAe85BDQ (envelope-from ) for ; Tue, 19 Mar 2024 17:26:59 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=inria.fr header.s=dc header.b=AhsNViZ7; 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"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=inria.fr (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1710865619; 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: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=1PEEcvHF1nQko5Pnyr9SyyjZbwhf/YAaACDSW0CcJ/E=; b=JpWswNWFhjdboBGYKgx0u8oVwhyj3rUVq95XQf1GbIVou2c7BpcieeE5MU6cuJslmFEmkR u8myQ5JsaAOUMXePZp6A76P1XSOxg+cj0Wgir4urIZ172eqxI7nlfOy7J3NiUoxs3rmwtq tpc06X46/WFZ1FYGQr1bmZLlKtjQPvQ8KLAGACih4DQfDx9XcVfMEecJEDiruXZ6uRyVY2 +MIxz/Jf940RNjydJM6cnSkhfhGbTLqEXUldgk2F/hOdpFGuoqki+mJJzTx87beVrWq0GD OcGb0Wkt48TpRP2eBpFQS9k6GWQt1l9ywSxnvVYxXQ4KrhqRF+wqDl30X46UNw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=inria.fr header.s=dc header.b=AhsNViZ7; 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"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=inria.fr (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1710865619; a=rsa-sha256; cv=none; b=by+bfSoWCfVsiTeQv99GtEGlkKKUBqgKHdMf+50fYfci76zCAYzU1hlglh7TQ3bie1r7+B I1yk/lr8anH42Tc+tD2nKVWf/KLPnrHUV2gGL8R3BTrzirs7sX03F2EW2VIdbLuLSt8nXN FnXw4VucTVx2OLPgVEaJ6BxtsQEWOQfimwoJgwitNySIRU0twkHL8sLGtDqDSKjbtj01t/ QXM3XZM+Si8Sd2RjgfYzDM27bNLBRrVKZ6v8xSYQn+7oY2FnBt10VCW72BpbNYUxJsFAqs ASzEBQo5L4BALt3ASpvahI+THCtMog8BXYLwuqNUvXbVwLYYBTzbiqLZJuGFgw== 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 908623AA2C for ; Tue, 19 Mar 2024 17:26:59 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rmcIa-00067R-2H; Tue, 19 Mar 2024 12:26:49 -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 1rmcID-00060w-22 for guix-patches@gnu.org; Tue, 19 Mar 2024 12:26:25 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rmcIC-0005by-0W for guix-patches@gnu.org; Tue, 19 Mar 2024 12:26:24 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rmcIo-0006Ce-Nh for guix-patches@gnu.org; Tue, 19 Mar 2024 12:27:02 -0400 Subject: bug#69560: [PATCH] gnu: combinatorial-blas: Fix build failure. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 19 Mar 2024 16:27:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 69560 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Romain GARBAGE Cc: 69560-done@debbugs.gnu.org Mail-Followup-To: 69560@debbugs.gnu.org, ludovic.courtes@inria.fr, romain.garbage@inria.fr Received: via spool by 69560-done@debbugs.gnu.org id=D69560.171086559823736 (code D ref 69560); Tue, 19 Mar 2024 16:27:02 +0000 Received: (at 69560-done) by debbugs.gnu.org; 19 Mar 2024 16:26:38 +0000 Received: from localhost ([127.0.0.1]:51253 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rmcIQ-0006Al-CV for submit@debbugs.gnu.org; Tue, 19 Mar 2024 12:26:38 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:55489) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rmcIM-0006AO-VQ for 69560-done@debbugs.gnu.org; Tue, 19 Mar 2024 12:26:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version; bh=1PEEcvHF1nQko5Pnyr9SyyjZbwhf/YAaACDSW0CcJ/E=; b=AhsNViZ7KoXChGBfgOWZFONAZ9EKPzmXzG8Zm49xnG79xoYA2oMSdtBC 2gyUcHue7LzmHkTLtH2T0bB8xt+8eXMVSh8xeS4oH8ryeLTkB4Le0LAdK 3kKIHnNF8kp5OCyHawd4XHPdNuDVrJPpG/lhVSLIif8ocUsR2+5LFC0c2 o=; X-IronPort-AV: E=Sophos;i="6.07,137,1708383600"; d="scan'208";a="82585137" Received: from unknown (HELO ribbon) ([193.50.110.182]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Mar 2024 17:25:50 +0100 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: <20240305091031.26702-1-romain.garbage@inria.fr> (Romain GARBAGE's message of "Tue, 5 Mar 2024 10:10:16 +0100") References: <20240305091031.26702-1-romain.garbage@inria.fr> Date: Tue, 19 Mar 2024 17:25:49 +0100 Message-ID: <87a5mu2noy.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" 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-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -4.21 X-Spam-Score: -4.21 X-Migadu-Queue-Id: 908623AA2C X-Migadu-Scanner: mx13.migadu.com X-TUID: 4ktafX5kEkb3 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hello! Romain GARBAGE skribis: > * gnu/packages/maths.scm (combinatorial-blas): Add new phase. > > Change-Id: Ifefb2b17e6758547d38290753a7cd338032a6abb Applied with the cosmetic change below, thanks! Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 959748aaf2..1b4d325649 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -8096,7 +8096,7 @@ (define-public combinatorial-blas (modify-phases %standard-phases (add-after 'unpack 'fix-tests (lambda _ - ;; remove failing tests (SIGFPE and SIGSEGV) + ;; Skip failing tests (SIGFPE and SIGSEGV). (substitute* "ReleaseTests/CMakeLists.txt" (("^.*SpAsgnTest.*$") "") (("^.*IndexingTest.*$") "")))) --=-=-=--