guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: gnuastro: Enable "----enable-bin-op-alltypes".


From: Danny Milosavljevic
Subject: 01/01: gnu: gnuastro: Enable "----enable-bin-op-alltypes".
Date: Sat, 24 Jun 2017 01:27:08 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 92f4a607572337b97a981fcffe1e460af6e68226
Author: Danny Milosavljevic <address@hidden>
Date:   Wed Jun 14 23:29:52 2017 +0200

    gnu: gnuastro: Enable "----enable-bin-op-alltypes".
    
    * gnu/packages/astronomy.scm (gnuastro)[arguments]: Enable
    "--enable-bin-op-alltypes".
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/packages/astronomy.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 879c6ba..f5509da 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -108,6 +108,10 @@ systems in a FITS image header.")
        ("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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]