diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-08-06 16:34:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-06 16:34:33 -0400 |
commit | 617845e6d595f5f2704ad9d75d35fb20ed1c2c55 (patch) | |
tree | f35d63c05f60ef42444d4c72118b2b1735c39e6c /crds/meta.yaml | |
parent | f0a645f7cb183888691da7fd6cb3d7993b9aba3f (diff) | |
download | astroconda-dev-617845e6d595f5f2704ad9d75d35fb20ed1c2c55.tar.gz |
Cfitsio disable curl (#148)
* Initial commit of 0001-cfitsio-autoconf-disable-curl.patch
* Apply patch to recipe
* Rebuild recipes requiring cfitsio
Diffstat (limited to 'crds/meta.yaml')
-rw-r--r-- | crds/meta.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crds/meta.yaml b/crds/meta.yaml index ea19796..dddcc4e 100644 --- a/crds/meta.yaml +++ b/crds/meta.yaml @@ -3,7 +3,8 @@ {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} -{% set number = '3' %} +{% set number = '4' %} +# number = 4 ; links against cfitsio >= 3.440 (no curl) about: home: http://www.stsci.edu/hst/observatory/crds/ |