This is an automated email from the git hooks/post-receive script.

andreas pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d5a99af93f gnu: petsc: Build optimized libraries.
d5a99af93f is described below

commit d5a99af93f5c1fb195a6d11f167d8cf9187f2f7a
Author: Lars Bilke <lars.bi...@ufz.de>
AuthorDate: Fri Jun 28 14:41:42 2024 +0200

    gnu: petsc: Build optimized libraries.
    
    * gnu/packages/maths.scm (petsc)[arguments]: Disable debug information.
    
    Change-Id: Iec92a5bf50a004880aeb1ec49d2a2beb154ef222
    Signed-off-by: Andreas Enge <andr...@enge.fr>
---
 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 199ec75f1d..983266b5dd 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3529,7 +3529,8 @@ September 2004}")
               "--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.

Reply via email to