guix-commits
[Top][All Lists]
Advanced

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

05/11: gnu: gnuastro: Add TIFF support.


From: Tobias Geerinckx-Rice
Subject: 05/11: gnu: gnuastro: Add TIFF support.
Date: Thu, 7 Jun 2018 17:59:30 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit edf075987c6d6f9e92e20a89f4c9e41bfa0802d6
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jun 6 16:49:17 2018 +0200

    gnu: gnuastro: Add TIFF support.
    
    This adds ~3.6 MiB (3.6%) to gnuastro's now-103.9 MiB closure.
    
    * gnu/packages/astronomy.scm (gnuastro)[inputs]: Add libtiff and zlib.
---
 gnu/packages/astronomy.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 232157d..8129da8 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -116,7 +116,9 @@ header.")
      `(("cfitsio" ,cfitsio)
        ("gsl" ,gsl)
        ("libjpeg" ,libjpeg)
-       ("wcslib" ,wcslib)))
+       ("libtiff" ,libtiff)
+       ("wcslib" ,wcslib)
+       ("zlib" ,zlib)))
     (build-system gnu-build-system)
     (home-page "https://www.gnu.org/software/gnuastro/";)
     (synopsis "Astronomy utilities")



reply via email to

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