diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2020-03-05 13:18:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-05 13:18:01 -0500 |
commit | c70a3a60d3a0ea3b101be5ce4e3d106a02f030e3 (patch) | |
tree | 958b5aaebe67f88d05bcae1423b95a83222753c6 /fitsverify | |
parent | 5cfc02534f07491300431e803e867173d6da0cc6 (diff) | |
download | astroconda-contrib-c70a3a60d3a0ea3b101be5ce4e3d106a02f030e3.tar.gz |
cfitsio update and multi-package rebuild (#620)
Build cfitsio 3.470 patched to avoid curl
Rebuild fitsverify to use above
Rebuild hstcal to use above
Diffstat (limited to 'fitsverify')
-rw-r--r-- | fitsverify/meta.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fitsverify/meta.yaml b/fitsverify/meta.yaml index aef28e2..ab02f8a 100644 --- a/fitsverify/meta.yaml +++ b/fitsverify/meta.yaml @@ -1,12 +1,14 @@ {% set name = 'fitsverify' %} {% set version = '4.18' %} -{% set number = '7' %} +{% set number = '8' %} # 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 # number = 5 ; links against cfitsio >= 3.440 # number = 6 ; links against cfitsio >= 3.440 (no curl) # number = 7 ; links against cfitsio > 3.440 (now provided by conda) +# number = 8 ; Rebuild to link against cfitsio from Astroconda (conda's cfitsio uses +# broken curl things. Astroconda cfitsio is patched to avoid. about: home: http://heasarc.gsfc.nasa.gov/fitsio/fitsio.html |