mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: gnuastro: Enable "----enable-bin-op-alltypes".
* gnu/packages/astronomy.scm (gnuastro)[arguments]: Enable "--enable-bin-op-alltypes". Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
dfc83eadaf
commit
92f4a60757
1 changed files with 4 additions and 0 deletions
|
@ -108,6 +108,10 @@ (define-public gnuastro
|
|||
("libjpeg" ,libjpeg-8)
|
||||
("wcslib" ,wcslib)))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
;; Reduce the number of required type conversions by enabling arithmetic
|
||||
;; with all the supported types.
|
||||
`(#:configure-flags '("--enable-bin-op-alltypes")))
|
||||
(home-page "https://www.gnu.org/software/gnuastro/")
|
||||
(synopsis "Astronomy utilities")
|
||||
(description "The GNU Astronomy Utilities (Gnuastro) is a suite of
|
||||
|
|
Loading…
Reference in a new issue