summaryrefslogtreecommitdiff
path: root/fitsverify
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-08-09 11:10:15 -0400
committerGitHub <noreply@github.com>2018-08-09 11:10:15 -0400
commit6a4484790fefb15b48a11b9640590196e45caaa5 (patch)
treee4ed9f3fc5f024ca3170416bc8917cb6ab5d164d /fitsverify
parent44c0e17a1740262e17a9f377a2ba7301f2cf093b (diff)
downloadastroconda-contrib-6a4484790fefb15b48a11b9640590196e45caaa5.tar.gz
Cfitsio disable cURL (#385)
* Bump build number for affected recipes
Diffstat (limited to 'fitsverify')
-rw-r--r--fitsverify/meta.yaml12
1 files changed, 9 insertions, 3 deletions
diff --git a/fitsverify/meta.yaml b/fitsverify/meta.yaml
index 76ffe35..96139d0 100644
--- a/fitsverify/meta.yaml
+++ b/fitsverify/meta.yaml
@@ -1,6 +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
@@ -19,15 +24,16 @@ package:
requirements:
build:
- - cfitsio >=3.430
+ - cfitsio >=3.440
- pkg-config [osx]
run:
- - cfitsio >=3.430
+ - cfitsio >=3.440
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://heasarc.gsfc.nasa.gov/docs/software/ftools/{{ name }}/{{ name }}-{{ version }}.tar.gz
+ #md5: 84f2930e802891392043cb8a6cbf4d5d # Checksumming broken in conda-build.
test:
commands: