This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c4a2b99f7d Revert "gnu: gsl: Add debug output."
c4a2b99f7d is described below

commit c4a2b99f7d06ef5676d4148410a3b734c286f7cb
Author: Ludovic Courtès <[email protected]>
AuthorDate: Fri Sep 6 09:00:55 2024 +0200

    Revert "gnu: gsl: Add debug output."
    
    This reverts commit 36e30a33e8c67d15ccfae6e4a4289c193f0759ad, which
    triggers too many rebuilds (‘gsl’ has 2.9K dependents).
    
    Change-Id: Ia0f0968b23dbf8234c69973eaf71d33a2e8c0690
---
 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 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

Reply via email to