mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gsl: Add debug output.
* gnu/packages/maths.scm (gsl)[outputs]: Add "debug".
This commit is contained in:
parent
7109ac857a
commit
36e30a33e8
1 changed files with 1 additions and 1 deletions
|
@ -725,7 +725,7 @@ precision floating point numbers.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jxkxrnpys2j3rh8bzx0bmnh4w6xm28jd57rgxsjp0s863agpc6w"))))
|
"0jxkxrnpys2j3rh8bzx0bmnh4w6xm28jd57rgxsjp0s863agpc6w"))))
|
||||||
(outputs '("out" "static"))
|
(outputs '("out" "static" "debug"))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list ;; FIXME: Setting CFLAGS=-fPIC is not only unnecessary, it's also
|
(list ;; FIXME: Setting CFLAGS=-fPIC is not only unnecessary, it's also
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue