wcslib: added v7.3 (#17836)

This commit is contained in:
Adam J. Stewart 2020-08-09 06:24:48 -05:00 committed by GitHub
parent 61735f3847
commit 09223e5c0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,9 @@ class Wcslib(AutotoolsPackage):
defined in the FITS WCS papers."""
homepage = "http://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/"
url = "ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib-6.4.tar.bz2"
url = "ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib-7.3.tar.bz2"
version('7.3', sha256='4b01cf425382a26ca4f955ed6841a5f50c55952a2994367f8e067e4183992961')
version('6.4', sha256='13c11ff70a7725563ec5fa52707a9965fce186a1766db193d08c9766ea107000')
variant('cfitsio', default=False, description='Include CFITSIO support')