guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#69468] [PATCH v2] gnu: petsc: Build optimized libraries (rebased)


From: Lars Bilke
Subject: [bug#69468] [PATCH v2] gnu: petsc: Build optimized libraries (rebased)
Date: Fri, 28 Jun 2024 14:41:42 +0200

PETSc defaults to --with-debugging=1. Build optimized libs instead.

Change-Id: Iec92a5bf50a004880aeb1ec49d2a2beb154ef222
---
 gnu/packages/maths.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index de8e886485..5897209e54 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3529,7 +3529,8 @@ (define-public petsc
               "--with-openblas=1"
               (string-append "--with-openblas-dir="
                              #$(this-package-input "openblas"))
-              "--with-superlu=1")
+              "--with-superlu=1"
+              "--with-debugging=0")
       #:make-flags
       ;; Honor (parallel-job-count) for build.  Do not use --with-make-np,
       ;; whose value is dumped to $out/lib/petsc/conf/petscvariables.

base-commit: 6a7d5cda17fd9d4bd99c58f7a5dbdd2d021354f9
-- 
2.44.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]