From c70a3a60d3a0ea3b101be5ce4e3d106a02f030e3 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Thu, 5 Mar 2020 13:18:01 -0500 Subject: cfitsio update and multi-package rebuild (#620) Build cfitsio 3.470 patched to avoid curl Rebuild fitsverify to use above Rebuild hstcal to use above --- fitsverify/meta.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'fitsverify') diff --git a/fitsverify/meta.yaml b/fitsverify/meta.yaml index aef28e2..ab02f8a 100644 --- a/fitsverify/meta.yaml +++ b/fitsverify/meta.yaml @@ -1,12 +1,14 @@ {% set name = 'fitsverify' %} {% set version = '4.18' %} -{% set number = '7' %} +{% set number = '8' %} # 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) # number = 7 ; links against cfitsio > 3.440 (now provided by conda) +# number = 8 ; Rebuild to link against cfitsio from Astroconda (conda's cfitsio uses +# broken curl things. Astroconda cfitsio is patched to avoid. about: home: http://heasarc.gsfc.nasa.gov/fitsio/fitsio.html -- cgit