diff options
author | Ludovic Courtès <ludo@gnu.org> | 2024-09-06 09:00:55 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-09-06 09:00:55 +0200 |
commit | c4a2b99f7d06ef5676d4148410a3b734c286f7cb (patch) | |
tree | c9499fc2f4c09298bdbaf0e30d0288eb07b30105 | |
parent | 36e30a33e8c67d15ccfae6e4a4289c193f0759ad (diff) | |
download | guix-c4a2b99f7d06ef5676d4148410a3b734c286f7cb.tar guix-c4a2b99f7d06ef5676d4148410a3b734c286f7cb.tar.gz |
Revert "gnu: gsl: Add debug output."
This reverts commit 36e30a33e8c67d15ccfae6e4a4289c193f0759ad, which
triggers too many rebuilds (‘gsl’ has 2.9K dependents).
Change-Id: Ia0f0968b23dbf8234c69973eaf71d33a2e8c0690
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 1d4679db7f..a0cc0788ca 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -725,7 +725,7 @@ precision floating point numbers.") (sha256 (base32 "0jxkxrnpys2j3rh8bzx0bmnh4w6xm28jd57rgxsjp0s863agpc6w")))) - (outputs '("out" "static" "debug")) + (outputs '("out" "static")) (build-system gnu-build-system) (arguments (list ;; FIXME: Setting CFLAGS=-fPIC is not only unnecessary, it's also |