gnu: cfitsio: Update to 3.49.
* gnu/packages/astronomy.scm (cfitsio): Update to 3.49. [source]: Hard-code NAME.
This commit is contained in:
parent
b94cb3be2a
commit
84ee898867
@ -56,20 +56,20 @@
|
|||||||
(define-public cfitsio
|
(define-public cfitsio
|
||||||
(package
|
(package
|
||||||
(name "cfitsio")
|
(name "cfitsio")
|
||||||
(version "3.47")
|
(version "3.49")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/"
|
"http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/"
|
||||||
name "-" version ".tar.gz"))
|
"cfitsio-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1vzlxnrjckz78p2wf148v2z3krkwnykfqvlj42sz3q711vqid1a1"))))
|
(base32 "1cyl1qksnkl3cq1fzl4dmjvkd6329b57y9iqyv44wjakbh6s4rav"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
;; XXX Building with curl currently breaks wcslib. It doesn't use
|
;; XXX Building with curl currently breaks wcslib. It doesn't use
|
||||||
;; pkg-config and hence won't link with -lcurl.
|
;; pkg-config and hence won't link with -lcurl.
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'patch-paths
|
(add-after 'unpack 'patch-paths
|
||||||
|
Loading…
Reference in New Issue
Block a user