summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2018-03-13 15:47:30 -0400
committerGitHub <noreply@github.com>2018-03-13 15:47:30 -0400
commit84ac612d67edb1cce4d1ab648b53cd3166d2e559 (patch)
tree0c09c1b69012874fc9df484256e8417a962ed03c
parent8987d0f63589e903c27781dfafcbbb93e38ed8da (diff)
parentb7952daa4a822c444fd465d4d1a44c434a054f90 (diff)
downloadastroconda-contrib-84ac612d67edb1cce4d1ab648b53cd3166d2e559.tar.gz
Merge pull request #324 from rendinam/cfitsio_vfloor
Set version floor on cfitsio to force update when needed.
-rw-r--r--crds/meta.yaml6
-rw-r--r--fitsverify/meta.yaml6
2 files changed, 6 insertions, 6 deletions
diff --git a/crds/meta.yaml b/crds/meta.yaml
index e883288..a01cc66 100644
--- a/crds/meta.yaml
+++ b/crds/meta.yaml
@@ -3,7 +3,7 @@
{% if version[0] == 'v' %}
{% set version = version[1:] %}
{% endif %}
-{% set number = '2' %}
+{% set number = '3' %}
about:
home: http://www.stsci.edu/hst/observatory/crds/
@@ -23,7 +23,7 @@ package:
requirements:
build:
- astropy >=1.1
- - cfitsio
+ - cfitsio >=3.430
- numpy {{ numpy }}
- requests
- lxml
@@ -34,7 +34,7 @@ requirements:
run:
- astropy >=1.1
- - cfitsio
+ - cfitsio >=3.430
- numpy
- requests
- lxml
diff --git a/fitsverify/meta.yaml b/fitsverify/meta.yaml
index bc10c07..87848e4 100644
--- a/fitsverify/meta.yaml
+++ b/fitsverify/meta.yaml
@@ -3,7 +3,7 @@
{% if version[0] == 'v' %}
{% set version = version[1:] %}
{% endif %}
-{% set number = '3' %}
+{% set number = '4' %}
about:
home: http://heasarc.gsfc.nasa.gov/fitsio/fitsio.html
@@ -22,11 +22,11 @@ package:
requirements:
build:
- - cfitsio
+ - cfitsio >=3.430
- pkg-config [osx]
run:
- - cfitsio
+ - cfitsio >=3.430
source:
fn: {{ name }}-{{ version }}.tar.gz