[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: gsl: Add debug output.
From: |
guix-commits |
Subject: |
01/03: gnu: gsl: Add debug output. |
Date: |
Fri, 22 Nov 2024 08:29:03 -0500 (EST) |
andreas pushed a commit to branch gsl-upgrade
in repository guix.
commit 21869e2cc74a099981a6276ef49a05a8de5b2c65
Author: Artyom Bologov <mail@aartaka.me>
AuthorDate: Thu Sep 5 23:24:28 2024 +0400
gnu: gsl: Add debug output.
* gnu/packages/maths.scm (gsl)[outputs]: Add "debug".
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/maths.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 62b4f63ac9..1a44e157f9 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -685,7 +685,7 @@ precision floating point numbers.")
(sha256
(base32
"0jxkxrnpys2j3rh8bzx0bmnh4w6xm28jd57rgxsjp0s863agpc6w"))))
- (outputs '("out" "static"))
+ (outputs '("out" "static" "debug"))
(build-system gnu-build-system)
(arguments
(list ;; FIXME: Setting CFLAGS=-fPIC is not only unnecessary, it's also