From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id 6AnmGNfh5mWg7AAA62LTzQ:P1 (envelope-from ) for ; Tue, 05 Mar 2024 10:11:51 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id 6AnmGNfh5mWg7AAA62LTzQ (envelope-from ) for ; Tue, 05 Mar 2024 10:11:51 +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=g+j+8VXM; 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=1709629911; 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=3xP9tRDI36/xbhs/wZ6BhmczFDEPcv328hhdKMs5/3k=; b=JSAQoVEMv+/OeZ7Sgr/WE+eL3XaPEwvd0J86jURptJ29voPCpnN5+X9jsEOdPRhQsIT5N4 SRuiqcxyelBcqhFotgm1qxY5jnMvaV5B0uLIQvDC0usiYQ/dQC4o+7fgqlxyr25+o3V4ua k0mPYc6Lx03AkjVbgIvsrq9IqlFWu3CjdezFBeq9BtXD5LxauM1F7GVQzzEWeGPwSLxvzi dUBPEpJii+YzbQ8aPoIfgU9FXmfg1A9NzCYGpYenzanAp1Klyj4vZRDijH/DlU9MK08c06 gDJa7vE/8nD3ISbtKXfsrN/qGO/LDMncUgQcgynpcRwIO5PzevXHPNHv6bD8rg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=inria.fr header.s=dc header.b=g+j+8VXM; 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=1709629911; a=rsa-sha256; cv=none; b=eaa3rdE5U6uEMfJfOUGjqxGnNJzj6qfrcsiGgniehnvqo6SPv4Z6BzMSfWHOIdwWyRFfwg vjlcv5uWOMQ1IkfBjBlVEAnpdVCd9fosKrKAwsk4+yyZFs6/ui579vEKSQmP0fRllILdbz cmldsnTI8MGIHucoQNAr1YKwDCurzctm/A5hZDsSEU4HnnRHK41dpQbvDpNpIFN8aE+2wx MGFILtqRmRY9jQliv8d2AIjdZmrMmgPiH8vRhjUVCXW/KSyJTtvr3hYGej0hPMSIlgRpy9 gbem2nZ1rcnnUR7i8w3c7Q8ecy1O5nkbRogrRUpzgJmkRF3Fs77bjQcImtqJ/w== 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 0ED929B74 for ; Tue, 5 Mar 2024 10:11:51 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rhQph-0001up-Jx; Tue, 05 Mar 2024 04:11:33 -0500 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 1rhQpg-0001so-5Q for guix-patches@gnu.org; Tue, 05 Mar 2024 04:11:32 -0500 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 1rhQpf-00062m-S9 for guix-patches@gnu.org; Tue, 05 Mar 2024 04:11:31 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rhQq9-0008SA-TD for guix-patches@gnu.org; Tue, 05 Mar 2024 04:12:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#69560] [PATCH] gnu: combinatorial-blas: Fix build failure. Resent-From: Romain GARBAGE Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 05 Mar 2024 09:12:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 69560 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 69560@debbugs.gnu.org Cc: Romain GARBAGE X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.170962988232421 (code B ref -1); Tue, 05 Mar 2024 09:12:01 +0000 Received: (at submit) by debbugs.gnu.org; 5 Mar 2024 09:11:22 +0000 Received: from localhost ([127.0.0.1]:46118 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rhQpW-0008Qr-3m for submit@debbugs.gnu.org; Tue, 05 Mar 2024 04:11:22 -0500 Received: from lists.gnu.org ([209.51.188.17]:60232) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rhQpQ-0008Qf-Ug for submit@debbugs.gnu.org; Tue, 05 Mar 2024 04:11:20 -0500 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 1rhQou-0001Jt-Mv for guix-patches@gnu.org; Tue, 05 Mar 2024 04:10:46 -0500 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 1rhQor-0005cx-PF for guix-patches@gnu.org; Tue, 05 Mar 2024 04:10:44 -0500 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=3xP9tRDI36/xbhs/wZ6BhmczFDEPcv328hhdKMs5/3k=; b=g+j+8VXM2EDn9WbaOubMcWtGPb6NfYz4HkuLoSRBJ0sT9yEdKvGY9sft 2peLJC6wIzRqWhbWv50z6Fz53M+0QPd5uyclS0QfzSK7jYQY21+Bpj8FI G7ge0TLDkvDTwc0EpS8WhqQoucn54jwcUtdOhFdieKKJWxWCZGkRydORt g=; Received-SPF: SoftFail (mail2-relais-roc.national.inria.fr: domain of romain.garbage@inria.fr is inclined to not designate 193.50.110.70 as permitted sender) identity=mailfrom; client-ip=193.50.110.70; receiver=mail2-relais-roc.national.inria.fr; envelope-from="romain.garbage@inria.fr"; x-sender="romain.garbage@inria.fr"; x-conformance=spf_only; x-record-type="v=spf1"; x-record-text="v=spf1 include:mailout.safebrands.com a:basic-mail.safebrands.com a:basic-mail01.safebrands.com a:basic-mail02.safebrands.com ip4:128.93.142.0/24 ip4:192.134.164.0/24 ip4:128.93.162.160 ip4:89.107.174.7 mx ~all" Received-SPF: None (mail2-relais-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@guix-A102.bordeaux.inria.fr) identity=helo; client-ip=193.50.110.70; receiver=mail2-relais-roc.national.inria.fr; envelope-from="romain.garbage@inria.fr"; x-sender="postmaster@guix-A102.bordeaux.inria.fr"; x-conformance=spf_only X-IronPort-AV: E=Sophos;i="6.06,205,1705359600"; d="scan'208";a="155060191" Received: from unknown (HELO guix-A102.bordeaux.inria.fr) ([193.50.110.70]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Mar 2024 10:10:34 +0100 From: Romain GARBAGE Date: Tue, 5 Mar 2024 10:10:16 +0100 Message-ID: <20240305091031.26702-1-romain.garbage@inria.fr> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=192.134.164.83; envelope-from=romain.garbage@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-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-Scanner: mx10.migadu.com X-Migadu-Spam-Score: -2.21 X-Spam-Score: -2.21 X-Migadu-Queue-Id: 0ED929B74 X-TUID: rbISKGP9ePD3 * gnu/packages/maths.scm (combinatorial-blas): Add new phase. Change-Id: Ifefb2b17e6758547d38290753a7cd338032a6abb --- gnu/packages/maths.scm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 47070ded15..0c5aa63dda 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -8088,6 +8088,12 @@ (define-public combinatorial-blas #:parallel-tests? #f ;tests use 'mpiexec -n4' #:phases (modify-phases %standard-phases + (add-after 'unpack 'fix-tests + (lambda _ + ;; remove failing tests (SIGFPE and SIGSEGV) + (substitute* "ReleaseTests/CMakeLists.txt" + (("^.*SpAsgnTest.*$") "") + (("^.*IndexingTest.*$") "")))) (add-before 'check 'mpi-setup ,%openmpi-setup) (add-before 'check 'test-setup -- 2.41.0