summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/maths.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 9229079274..4be9e71320 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5747,6 +5747,7 @@ parts of it.")
#:make-flags
#~(list (string-append "PREFIX=" #$output)
"SHELL=bash"
+ "DEBUG=1" ; enable debug symbols
"MAKE_NB_JOBS=0" ;use jobserver for submakes
"NO_STATIC=1" ;avoid a 67 MiB static archive
@@ -5799,6 +5800,7 @@ parts of it.")
(list `(,gfortran "lib")))
(native-inputs
(list cunit gfortran perl))
+ (outputs '("out" "debug"))
(home-page "https://www.openblas.net/")
(synopsis "Optimized BLAS library based on GotoBLAS")
(description