unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66462] [PATCH] gnu: trilinos-for-dealii-openmpi: Fix build.
@ 2023-10-11 12:15 Paul A. Patience
  2023-10-12 19:49 ` [bug#66462] [PATCH v2] " Paul A. Patience
  0 siblings, 1 reply; 3+ messages in thread
From: Paul A. Patience @ 2023-10-11 12:15 UTC (permalink / raw)
  To: 66462; +Cc: Paul A. Patience

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(-)

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

base-commit: f4e8baf3806e79d7111d2943859865ae4ee0b59d
-- 
2.41.0






^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-10-20 22:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-11 12:15 [bug#66462] [PATCH] gnu: trilinos-for-dealii-openmpi: Fix build Paul A. Patience
2023-10-12 19:49 ` [bug#66462] [PATCH v2] " Paul A. Patience
2023-10-20 22:30   ` bug#66462: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).