summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2020-03-05 13:44:06 -0500
committerGitHub <noreply@github.com>2020-03-05 13:44:06 -0500
commitb55f706b46fec27885bb58b2d51b25be88d4d1d1 (patch)
tree0ef620b3e88da7f660ae988d71fd859d5846c37f
parentc70a3a60d3a0ea3b101be5ce4e3d106a02f030e3 (diff)
downloadastroconda-contrib-b55f706b46fec27885bb58b2d51b25be88d4d1d1.tar.gz
Rebuild all the things that need cfitsio because the last build of cfitsio failed and the conda-supplied library is not worth using due to some curl nonsense. (#622)
-rw-r--r--fitsverify/meta.yaml2
-rw-r--r--hstcal/meta.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/fitsverify/meta.yaml b/fitsverify/meta.yaml
index ab02f8a..e029d52 100644
--- a/fitsverify/meta.yaml
+++ b/fitsverify/meta.yaml
@@ -1,6 +1,6 @@
{% set name = 'fitsverify' %}
{% set version = '4.18' %}
-{% set number = '8' %}
+{% set number = '9' %}
# 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
diff --git a/hstcal/meta.yaml b/hstcal/meta.yaml
index 95e563a..486114b 100644
--- a/hstcal/meta.yaml
+++ b/hstcal/meta.yaml
@@ -1,6 +1,6 @@
{% set name = 'hstcal' %}
{% set version = '2.3.1' %}
-{% set number = '1' %}
+{% set number = '2' %}
about:
home: https://github.com/spacetelescope/{{ name }}