From patchwork Wed Oct 11 12:15:05 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: "Paul A. Patience" X-Patchwork-Id: 54751 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 337C827BBE9; Wed, 11 Oct 2023 13:16:10 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id BF1FC27BBE2 for ; Wed, 11 Oct 2023 13:16:05 +0100 (BST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qqY7u-00052U-6e; Wed, 11 Oct 2023 08:15:46 -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 1qqY7q-00052A-LV for guix-patches@gnu.org; Wed, 11 Oct 2023 08:15:43 -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 1qqY7p-0005DC-91 for guix-patches@gnu.org; Wed, 11 Oct 2023 08:15:42 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qqY8A-0003D3-Kz for guix-patches@gnu.org; Wed, 11 Oct 2023 08:16:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66462] [PATCH] gnu: trilinos-for-dealii-openmpi: Fix build. Resent-From: "Paul A. Patience" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 11 Oct 2023 12:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 66462 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66462@debbugs.gnu.org Cc: "Paul A. Patience" X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.169702655012314 (code B ref -1); Wed, 11 Oct 2023 12:16:02 +0000 Received: (at submit) by debbugs.gnu.org; 11 Oct 2023 12:15:50 +0000 Received: from localhost ([127.0.0.1]:37718 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qqY7y-0003CY-Gz for submit@debbugs.gnu.org; Wed, 11 Oct 2023 08:15:50 -0400 Received: from lists.gnu.org ([2001:470:142::17]:43956) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qqY7w-0003CK-Qn for submit@debbugs.gnu.org; Wed, 11 Oct 2023 08:15: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 1qqY7P-0004yR-Iv for guix-patches@gnu.org; Wed, 11 Oct 2023 08:15:18 -0400 Received: from mail-40136.proton.ch ([185.70.40.136]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qqY7L-0004tb-VU for guix-patches@gnu.org; Wed, 11 Oct 2023 08:15:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1697026508; x=1697285708; bh=u7eICKXsLK6axvMm/+ej3pYv90awFkrppi9ruLEf5Gs=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=c8JJkOQE/o6i+Kbvuxpgn9YznipPD9ZBwRXNY4BuDKCWvVox3rIEm/Ygm5huBPXuF uujEwzUPljA6XkVqNn5RJ6stnvjhPgNQKm1HctMn7EWf4Nv8RIC8BXgf1wSwgA4Yzt piH7Ae229IADQo6vGampFqvVWbUvTVU+RwTxr0I/ICJpqx968gz6YWkfwm+cd5kU4z G+ivoNp0xeO8CZDd2OciZDGZEm6EPAPo/0EtbKZjrxErk0fW+zCxpJFznXYVOQQLE+ x4QMw5fU/gv8JgR95LK+F/7K244mrd8WIWASYh2I3n4xjDd19+QK4HX/IzSlNI3uA4 COMyZGlQ8G7Bw== Date: Wed, 11 Oct 2023 12:15:05 +0000 From: "Paul A. Patience" Message-ID: Feedback-ID: 19227857:user:proton MIME-Version: 1.0 Received-SPF: pass client-ip=185.70.40.136; envelope-from=paul@apatience.com; helo=mail-40136.proton.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 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+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches This fixes the following error: error: ‘std::hypot’ has not been declared * gnu/packages/maths.scm (trilinos-for-dealii-openmpi)[native-inputs]: Remove gcc-7. --- gnu/packages/maths.scm | 3 --- 1 file changed, 3 deletions(-) base-commit: f4e8baf3806e79d7111d2943859865ae4ee0b59d diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 928e169e95..f37ca4d716 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -6435,9 +6435,6 @@ (define trilinos-for-dealii-openmpi (build-system cmake-build-system) (native-inputs (list - ;; The build fails with the current gcc. - ;; Use the version from when Trilinos was added. - gcc-7 gfortran ;; Trilinos's repository contains several C-shell scripts, but adding ;; tcsh to the native inputs does not result in the check phase running