diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2020-04-07 08:50:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-07 08:50:52 -0400 |
commit | bc8cc8ffa6aa61865598c79c96a85badf405813b (patch) | |
tree | e1b193a35479c88be557d0fb0d1c6d5a0fc3db27 /fitsverify | |
parent | cc9bf29e05e8fd9c3ff6725c67a4d6b417f97893 (diff) | |
download | astroconda-contrib-bc8cc8ffa6aa61865598c79c96a85badf405813b.tar.gz |
Add bzip2 dep to cfitsio. Request rebuild of fitsverify to sync. (#637)
Diffstat (limited to 'fitsverify')
-rw-r--r-- | fitsverify/meta.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fitsverify/meta.yaml b/fitsverify/meta.yaml index 1efa4b4..ac2ea0e 100644 --- a/fitsverify/meta.yaml +++ b/fitsverify/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'fitsverify' %} {% set version = '4.18' %} -{% set number = '12' %} +{% set number = '13' %} # 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 @@ -9,6 +9,7 @@ # 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. +# = 13 ; link against new cfitsio build with added bzip2 dependency about: home: http://heasarc.gsfc.nasa.gov/fitsio/fitsio.html |