summaryrefslogtreecommitdiff
path: root/hstcal
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-08-06 16:34:33 -0400
committerGitHub <noreply@github.com>2018-08-06 16:34:33 -0400
commit617845e6d595f5f2704ad9d75d35fb20ed1c2c55 (patch)
treef35d63c05f60ef42444d4c72118b2b1735c39e6c /hstcal
parentf0a645f7cb183888691da7fd6cb3d7993b9aba3f (diff)
downloadastroconda-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 'hstcal')
-rw-r--r--hstcal/meta.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/hstcal/meta.yaml b/hstcal/meta.yaml
index 5263e7a..3fd0447 100644
--- a/hstcal/meta.yaml
+++ b/hstcal/meta.yaml
@@ -3,7 +3,8 @@
{% if version[0] == 'v' %}
{% set version = version[1:] %}
{% endif %}
-{% set number = '5' %}
+{% set number = '6' %}
+# number = 6 ; links against cfitsio >= 3.440 (no curl)
about:
home: https://github.com/spacetelescope/{{ name }}