summaryrefslogtreecommitdiff
path: root/fitsverify
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 /fitsverify
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 'fitsverify')
-rw-r--r--fitsverify/meta.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/fitsverify/meta.yaml b/fitsverify/meta.yaml
index f676503..3780db3 100644
--- a/fitsverify/meta.yaml
+++ b/fitsverify/meta.yaml
@@ -1,10 +1,11 @@
{% set name = 'fitsverify' %}
{% set version = '4.18' %}
-{% set number = '5' %}
+{% set number = '6' %}
# 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)
about:
home: http://heasarc.gsfc.nasa.gov/fitsio/fitsio.html