guix-commits
[Top][All Lists]
Advanced

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

05/11: gnu: Add qfits.


From: guix-commits
Subject: 05/11: gnu: Add qfits.
Date: Fri, 19 Feb 2021 05:07:02 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit c1563fc116584cec517c9f5c866c661d3e7cec4e
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Feb 13 14:30:01 2021 +0000

    gnu: Add qfits.
    
    * gnu/packages/astronomy.scm (qfits): New variable.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/astronomy.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index c239a02..9f6b102 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -94,6 +94,25 @@ in FITS files.")
     (license (license:non-copyleft "file://License.txt"
                           "See License.txt in the distribution."))))
 
+(define-public qfits
+  (package
+    (name "qfits")
+    (version "6.2.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri
+        (string-append "ftp://ftp.eso.org/pub/qfits/qfits-"; version ".tar.gz"))
+       (sha256
+        (base32 "0m2b21mim3a7wgfg3ph2w5hv7mdvr03jmmhzipc0wcahijglcw9j"))))
+    (build-system gnu-build-system)
+    (home-page "https://www.eso.org/sci/software/eclipse/qfits/";)
+    (synopsis "C library offering access to astronomical FITS files")
+    (description
+     "@code{qfits} is a C library giving access to FITS file internals, both
+for reading and writing.")
+    (license license:gpl2+)))
+
 (define-public eye
   (package
     (name "eye")



reply via email to

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