summaryrefslogtreecommitdiff
path: root/hstcal/meta.yaml
diff options
context:
space:
mode:
authorTodd Miller <jmiller@stsci.edu>2018-10-08 11:29:58 -0400
committerTodd Miller <jmiller@stsci.edu>2018-10-08 11:29:58 -0400
commit829b9f0571af9ed22114b70071a1ae7317706e4c (patch)
treef44e9bc0352998d09c28934ee0760a5b01c632a1 /hstcal/meta.yaml
parentff7bb35c63ef298df2207dbfdc49e441cec0e2ae (diff)
parentd75fa7d104a59296efa95bafb7c17b46e7e18dd6 (diff)
downloadastroconda-contrib-829b9f0571af9ed22114b70071a1ae7317706e4c.tar.gz
Merge branch 'master' of https://github.com/astroconda/astroconda-contrib into update-crds-version
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]