guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: wcslib: Update to 5.20.


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: wcslib: Update to 5.20.
Date: Sat, 6 Oct 2018 17:29:59 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ccfac015bfb9eb3fa50590517f01fdb20c810750
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Oct 6 18:18:22 2018 +0200

    gnu: wcslib: Update to 5.20.
    
    * gnu/packages/astronomy.scm (wcslib): Update to 5.20.
    [arguments]: Build parallelly.
---
 gnu/packages/astronomy.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 88e3723..3c8b9cc 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -68,7 +68,7 @@ in FITS files.")
 (define-public wcslib
   (package
     (name "wcslib")
-    (version "5.18")
+    (version "5.20")
     (source
      (origin
        (method url-fetch)
@@ -76,7 +76,7 @@ in FITS files.")
              "ftp://ftp.atnf.csiro.au/pub/software/wcslib/"; name "-" version
              ".tar.bz2"))
        (sha256
-        (base32 "16jh568k99c9p0y3qzcgps2rii933x9wlay7q1xm0lr59zqzp4xn"))))
+        (base32 "1c8g9kv4dxrnawnqi4spi2p10s2xs7x75pdfxhbqxgcc97dkgh0b"))))
     (inputs
      `(("cfitsio" ,cfitsio)))
     (build-system gnu-build-system)
@@ -89,8 +89,7 @@ in FITS files.")
                (("/bin/sh") "sh"))
              #t))
          (delete 'install-license-files)) ; installed by ‘make install’
-       ;; Both the build and tests fail randomly when run in parallel.
-       #:parallel-build? #f
+       ;; Parallel execution of the test suite is not supported.
        #:parallel-tests? #f))
     (home-page "https://www.atnf.csiro.au/people/mcalabre/WCS";)
     (synopsis "Library which implements the FITS WCS standard")



reply via email to

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