gnu: petsc: Build optimized libraries.
* gnu/packages/maths.scm (petsc)[arguments]: Disable debug information. Change-Id: Iec92a5bf50a004880aeb1ec49d2a2beb154ef222 Signed-off-by: Andreas Enge <andreas@enge.fr>
parent
6b496c0715
commit
d5a99af93f
|
@ -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.
|
||||
|
|
Reference in New Issue