summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2020-03-05 13:18:01 -0500
committerGitHub <noreply@github.com>2020-03-05 13:18:01 -0500
commitc70a3a60d3a0ea3b101be5ce4e3d106a02f030e3 (patch)
tree958b5aaebe67f88d05bcae1423b95a83222753c6
parent5cfc02534f07491300431e803e867173d6da0cc6 (diff)
downloadastroconda-contrib-c70a3a60d3a0ea3b101be5ce4e3d106a02f030e3.tar.gz
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
-rw-r--r--cfitsio/meta.yaml6
-rw-r--r--fitsverify/meta.yaml4
-rw-r--r--hstcal/meta.yaml2
3 files changed, 7 insertions, 5 deletions
diff --git a/cfitsio/meta.yaml b/cfitsio/meta.yaml
index 20be0ac..f97c3e1 100644
--- a/cfitsio/meta.yaml
+++ b/cfitsio/meta.yaml
@@ -1,7 +1,7 @@
{% set name = 'cfitsio' %}
-{% set version = '3.440' %}
-{% set version_short = '3440' %}
-{% set number = '1' %}
+{% set version = '3.470' %}
+{% set version_short = '3470' %}
+{% set number = '0' %}
about:
home: http://heasarc.gsfc.nasa.gov/fitsio/fitsio.html
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
diff --git a/hstcal/meta.yaml b/hstcal/meta.yaml
index 3d25268..95e563a 100644
--- a/hstcal/meta.yaml
+++ b/hstcal/meta.yaml
@@ -1,6 +1,6 @@
{% set name = 'hstcal' %}
{% set version = '2.3.1' %}
-{% set number = '0' %}
+{% set number = '1' %}
about:
home: https://github.com/spacetelescope/{{ name }}