diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/maths.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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. |