From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id qLPNIZX/MmWjJQEA9RJhRA:P1 (envelope-from ) for ; Sat, 21 Oct 2023 00:30:45 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id qLPNIZX/MmWjJQEA9RJhRA (envelope-from ) for ; Sat, 21 Oct 2023 00:30:45 +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 F1A4A5DA66 for ; Sat, 21 Oct 2023 00:30:44 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=AYatOT1K; 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=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1697841045; 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=bTF1B7tFLHhoH/yelfKy3FDxKELd/jFh4quMKWHEBts=; b=Qvcv9KI7pGEnNcTG7tMh+gmGfE5PqpdwEsFB6j5eTct/g+vAgFVDU2H5aC8bQPLhNPr94d V1wEHfmsP+0qr/ktjyjGpO+GlR+5OzCesQSq+nnzGpUCruEuh3xRhDVxb23YvzzNgYRXw4 7wEdp1EGqcBIdE3++dQoch3Rnr0VTH3kliUV5m1GeoSWj6bxGiXHq0lrKUidjvmWwbU4AN OI6FZcgiIRgFxokbj7uXMZ17LaqCnmTcLoeGuJ59+drlm4+w5e2+yU+vMgcgjYP2zL2fJK bs8K4rFsubjsFuYGlsyG1iB7/HyHD3a+gPvezKHYnrRTbOqJkPhkkvPFY0bv2w== 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=AYatOT1K; 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=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1697841045; a=rsa-sha256; cv=none; b=rU6KpdDIeTaLgsF4Np1ff4DN8vdyhLebcr6s67M3scAaJrCW8DjzF5JtkDO2b6Xq1WfC1j DbRpxnph2KsTL99JzEcroT0hQXIcz8gmoT/sREPu3SfnyYOuydxL+TiQjmuiNbQHibW+RS 2eyimwvk5Fbwe4TD4IfhG70MExF37iaR5GcEs9Xxc67EdxKjnvJDXrahgeJNJGZQ59JvkE USe7jx/Z+4oGWpLOu0t5Q2wIw/R7aN86YZXxHspITOk2BKNmB+57DUo5fK4YJ1hMhlpwbU SjuL9GRWITtnSwG4AfcCavD0NRn+ClBmxFJfiSqqBmUCTonsXGg6NqDbOZPhtw== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qty0r-00015d-ME; Fri, 20 Oct 2023 18:30:37 -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 1qty0p-00015K-LW for guix-patches@gnu.org; Fri, 20 Oct 2023 18:30:35 -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 1qty0p-0002cO-Cc for guix-patches@gnu.org; Fri, 20 Oct 2023 18:30:35 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qty1G-0000SO-FB for guix-patches@gnu.org; Fri, 20 Oct 2023 18:31:02 -0400 Subject: bug#66462: [PATCH v2] gnu: trilinos-for-dealii-openmpi: Fix build. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 20 Oct 2023 22:31:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 66462 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "Paul A. Patience" Cc: "66462@debbugs.gnu.org" <66462-done@debbugs.gnu.org> Mail-Followup-To: 66462@debbugs.gnu.org, ludo@gnu.org, paul@apatience.com Received: via spool by 66462-done@debbugs.gnu.org id=D66462.16978410571740 (code D ref 66462); Fri, 20 Oct 2023 22:31:02 +0000 Received: (at 66462-done) by debbugs.gnu.org; 20 Oct 2023 22:30:57 +0000 Received: from localhost ([127.0.0.1]:41822 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qty17-0000Rw-8B for submit@debbugs.gnu.org; Fri, 20 Oct 2023 18:30:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34804) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qty11-0000Rf-Tg for 66462-done@debbugs.gnu.org; Fri, 20 Oct 2023 18:30:52 -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 1qty0U-0002TX-H9; Fri, 20 Oct 2023 18:30:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=bTF1B7tFLHhoH/yelfKy3FDxKELd/jFh4quMKWHEBts=; b=AYatOT1KxzU4oITSYGfH LtWjlCwAS0jf2RCm5JFCRZfOQ4e+OsOmRDdaaAXqzhpGZUD3Hkn+p2MOnFev87HqtPbnWmnE6uxMC 7XJc3FyRLDI5ElXqSPbRk9WM+PS9homB81EqoolU+Ue1gKXlbdVKP5hkkaHYuSz/6L47k5xd4tc6r wDnxj3CXhxVKZbB/Vy93Ydrn9xBKXPO1gBiBFcynddoP3ctczaX57UddadV05sNQb86NaQjw9x6U4 FRDBshIqx9L3Oj3CmzDp3l/FP2aMJA7s062CENZ3eB8zldqDsw4tDzabWQQQMohKT4v9X8nuyN1tm DTgtCUrAFLWt/A==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: (Paul A. Patience's message of "Thu, 12 Oct 2023 19:49:10 +0000") References: Date: Sat, 21 Oct 2023 00:30:10 +0200 Message-ID: <87mswdrkp9.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) 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 X-Migadu-Spam-Score: -6.82 X-Spam-Score: -6.82 X-Migadu-Queue-Id: F1A4A5DA66 X-Migadu-Scanner: mx2.migadu.com X-TUID: D24Nne7vqFUO Hi, "Paul A. Patience" skribis: > From 5db42d95a19640a2b60bdefc88f201b5422ea6f6 Mon Sep 17 00:00:00 2001 > Message-ID: <5db42d95a19640a2b60bdefc88f201b5422ea6f6.1697139938.git.paul= @apatience.com> > From: "Paul A. Patience" > Date: Thu, 12 Oct 2023 10:02:25 -0400 > Subject: [PATCH v2] gnu: trilinos-for-dealii-openmpi: Fix build. > MIME-Version: 1.0 > Content-Type: text/plain; charset=3DUTF-8 > Content-Transfer-Encoding: 8bit > > This fixes the error > > error: =E2=80=98std::hypot=E2=80=99 has not been declared > > caused by using an older version of gcc, but requires some patches to > placate newer versions of gcc. > > * gnu/packages/maths.scm (trilinos-for-dealii-openmpi)[origin]: Add > patches. > [native-inputs]: Remove gcc-7. > * gnu/packages/patches/teuchos-remove-duplicate-using.patch: New file. > * gnu/packages/patches/tpetra-remove-duplicate-using.patch: Likewise. > * gnu/local.mk (dist_patch_DATA): Register them. Applied, thanks! Ludo=E2=80=99.