From d5a99af93f5c1fb195a6d11f167d8cf9187f2f7a Mon Sep 17 00:00:00 2001 From: Lars Bilke Date: Fri, 28 Jun 2024 14:41:42 +0200 Subject: gnu: petsc: Build optimized libraries. * gnu/packages/maths.scm (petsc)[arguments]: Disable debug information. Change-Id: Iec92a5bf50a004880aeb1ec49d2a2beb154ef222 Signed-off-by: Andreas Enge --- gnu/packages/maths.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/packages') 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. -- cgit v1.2.3