diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2020-03-05 13:44:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-05 13:44:06 -0500 |
commit | b55f706b46fec27885bb58b2d51b25be88d4d1d1 (patch) | |
tree | 0ef620b3e88da7f660ae988d71fd859d5846c37f /fitsverify | |
parent | c70a3a60d3a0ea3b101be5ce4e3d106a02f030e3 (diff) | |
download | astroconda-contrib-b55f706b46fec27885bb58b2d51b25be88d4d1d1.tar.gz |
Rebuild all the things that need cfitsio because the last build of cfitsio failed and the conda-supplied library is not worth using due to some curl nonsense. (#622)
Diffstat (limited to 'fitsverify')
-rw-r--r-- | fitsverify/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fitsverify/meta.yaml b/fitsverify/meta.yaml index ab02f8a..e029d52 100644 --- a/fitsverify/meta.yaml +++ b/fitsverify/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'fitsverify' %} {% set version = '4.18' %} -{% set number = '8' %} +{% set number = '9' %} # number = 1 ; legacy, links against whatever is provided by available cfitsio package # number = 2 ; links against cfitsio < 3.410 # number = 3 ; links against cfitsio >= 3.410 |