From 617845e6d595f5f2704ad9d75d35fb20ed1c2c55 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 6 Aug 2018 16:34:33 -0400 Subject: Cfitsio disable curl (#148) * Initial commit of 0001-cfitsio-autoconf-disable-curl.patch * Apply patch to recipe * Rebuild recipes requiring cfitsio --- hstcal/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hstcal') 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 }} -- cgit