summaryrefslogtreecommitdiff
path: root/hstcal/meta.yaml
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-08-09 11:10:15 -0400
committerGitHub <noreply@github.com>2018-08-09 11:10:15 -0400
commit6a4484790fefb15b48a11b9640590196e45caaa5 (patch)
treee4ed9f3fc5f024ca3170416bc8917cb6ab5d164d /hstcal/meta.yaml
parent44c0e17a1740262e17a9f377a2ba7301f2cf093b (diff)
downloadastroconda-contrib-6a4484790fefb15b48a11b9640590196e45caaa5.tar.gz
Cfitsio disable cURL (#385)
* Bump build number for affected recipes
Diffstat (limited to 'hstcal/meta.yaml')
-rw-r--r--hstcal/meta.yaml16
1 files changed, 13 insertions, 3 deletions
diff --git a/hstcal/meta.yaml b/hstcal/meta.yaml
index 26b999f..b6189ca 100644
--- a/hstcal/meta.yaml
+++ b/hstcal/meta.yaml
@@ -1,6 +1,6 @@
{% set name = 'hstcal' %}
{% set version = '2.0.0' %}
-{% set number = '0' %}
+{% set number = '1' %}
about:
home: https://github.com/spacetelescope/{{ name }}
@@ -16,10 +16,20 @@ package:
requirements:
build:
- - gcc >=4.6 [osx]
+ - cfitsio >=3.440
+ - pkg-config
+ - gcc >=4.7
+
run:
- - libgcc >=4.6 [osx]
+ - cfitsio
+ - libgcc >=4.7
source:
git_tag: {{ version }}
git_url: https://github.com/spacetelescope/{{ name }}.git
+
+test:
+ commands:
+ - calacs.e --gitinfo
+ - otool -L $(which calacs.e) [osx]
+ - ldd $(which calacs.e) [linux]