wcslib package: add version 6.4 (#12810)

This commit is contained in:
Adam J. Stewart 2019-09-13 21:09:54 -05:00 committed by Peter Scheibel
parent 6937416a65
commit f9b8442e1b

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-5.18.tar.bz2"
url = "ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib-6.4.tar.bz2"
version('6.4', sha256='13c11ff70a7725563ec5fa52707a9965fce186a1766db193d08c9766ea107000')
version('5.18', '67a78354be74eca4f17d3e0853d5685f')
variant('cfitsio', default=False, description='Include CFITSIO support')