gnu: gnuastro: Don't build static libraries.
* gnu/packages/astronomy.scm (gnuastro)[arguments]: Add configure-flag to skip building static libraries.
This commit is contained in:
parent
276d711518
commit
c8b8e612dd
@ -137,6 +137,9 @@ header.")
|
|||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ypk1c72q778cixfa52vjxzbd5m4qc6hfjgnipy16sfa7mnspmyf"))))
|
"0ypk1c72q778cixfa52vjxzbd5m4qc6hfjgnipy16sfa7mnspmyf"))))
|
||||||
|
(build-system gnu-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:configure-flags '("--disable-static")))
|
||||||
(inputs
|
(inputs
|
||||||
`(("cfitsio" ,cfitsio)
|
`(("cfitsio" ,cfitsio)
|
||||||
("gsl" ,gsl)
|
("gsl" ,gsl)
|
||||||
@ -147,7 +150,6 @@ header.")
|
|||||||
(native-inputs
|
(native-inputs
|
||||||
`(("libtool" ,libtool)
|
`(("libtool" ,libtool)
|
||||||
("lzip" ,lzip)))
|
("lzip" ,lzip)))
|
||||||
(build-system gnu-build-system)
|
|
||||||
(home-page "https://www.gnu.org/software/gnuastro/")
|
(home-page "https://www.gnu.org/software/gnuastro/")
|
||||||
(synopsis "Astronomy utilities")
|
(synopsis "Astronomy utilities")
|
||||||
(description "The GNU Astronomy Utilities (Gnuastro) is a suite of
|
(description "The GNU Astronomy Utilities (Gnuastro) is a suite of
|
||||||
|
Loading…
Reference in New Issue
Block a user