gnu: wcslib: Update to 5.20.
* gnu/packages/astronomy.scm (wcslib): Update to 5.20. [arguments]: Build parallelly.
This commit is contained in:
parent
e90ce11577
commit
ccfac015bf
|
@ -68,7 +68,7 @@ in FITS files.")
|
||||||
(define-public wcslib
|
(define-public wcslib
|
||||||
(package
|
(package
|
||||||
(name "wcslib")
|
(name "wcslib")
|
||||||
(version "5.18")
|
(version "5.20")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -76,7 +76,7 @@ in FITS files.")
|
||||||
"ftp://ftp.atnf.csiro.au/pub/software/wcslib/" name "-" version
|
"ftp://ftp.atnf.csiro.au/pub/software/wcslib/" name "-" version
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "16jh568k99c9p0y3qzcgps2rii933x9wlay7q1xm0lr59zqzp4xn"))))
|
(base32 "1c8g9kv4dxrnawnqi4spi2p10s2xs7x75pdfxhbqxgcc97dkgh0b"))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("cfitsio" ,cfitsio)))
|
`(("cfitsio" ,cfitsio)))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
@ -89,8 +89,7 @@ in FITS files.")
|
||||||
(("/bin/sh") "sh"))
|
(("/bin/sh") "sh"))
|
||||||
#t))
|
#t))
|
||||||
(delete 'install-license-files)) ; installed by ‘make install’
|
(delete 'install-license-files)) ; installed by ‘make install’
|
||||||
;; Both the build and tests fail randomly when run in parallel.
|
;; Parallel execution of the test suite is not supported.
|
||||||
#:parallel-build? #f
|
|
||||||
#:parallel-tests? #f))
|
#:parallel-tests? #f))
|
||||||
(home-page "https://www.atnf.csiro.au/people/mcalabre/WCS")
|
(home-page "https://www.atnf.csiro.au/people/mcalabre/WCS")
|
||||||
(synopsis "Library which implements the FITS WCS standard")
|
(synopsis "Library which implements the FITS WCS standard")
|
||||||
|
|
Loading…
Reference in New Issue