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 /cfitsio/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 'cfitsio/meta.yaml')
-rw-r--r-- | cfitsio/meta.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cfitsio/meta.yaml b/cfitsio/meta.yaml index 13258b3..63c9e2a 100644 --- a/cfitsio/meta.yaml +++ b/cfitsio/meta.yaml @@ -1,7 +1,7 @@ {% set name = 'cfitsio' %} {% set version = '3.440' %} {% set version_short = '3440' %} -{% set number = '4' %} +{% set number = '5' %} about: home: http://heasarc.gsfc.nasa.gov/fitsio/fitsio.html @@ -23,6 +23,9 @@ requirements: - libgcc >=4.6 source: + patches: + - 0001-cfitsio-autoconf-disable-curl.patch + fn: {{ name }}{{ version_short }}.tar.gz url: http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/{{ name }}{{ version_short }}.tar.gz #md5: 8c9b3383752f1bd663b936c297f19feb # verification broken in conda-build through 3.7.1 |