diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-11-07 10:35:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-07 10:35:43 -0500 |
commit | 509e9f4d9b7282d90f9ac8b6b515c36a52fc118f (patch) | |
tree | 9a72ce20ca33b31bfddc0a14ac8317a6b7c62cb7 /fitsverify/meta.yaml | |
parent | 05b6ceb506b9222ef3fcf1acdf5f7dbc693c6e22 (diff) | |
parent | ae9265d4e2407579822310cc3cf68a150ea3bed7 (diff) | |
download | astroconda-contrib-509e9f4d9b7282d90f9ac8b6b515c36a52fc118f.tar.gz |
Merge branch 'master' into imexam0.8.0
Diffstat (limited to 'fitsverify/meta.yaml')
-rw-r--r-- | fitsverify/meta.yaml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/fitsverify/meta.yaml b/fitsverify/meta.yaml new file mode 100644 index 0000000..b4cd992 --- /dev/null +++ b/fitsverify/meta.yaml @@ -0,0 +1,34 @@ +{% set name = 'fitsverify' %} +{% set version = '4.18' %} +{% set number = '1' %} + +about: + home: http://heasarc.gsfc.nasa.gov/fitsio/fitsio.html + license: BSD-like + summary: | + Fitsverify is a computer program that rigorously checks whether a FITS + (Flexible Image Transport System) data file conforms to the + requirements defined in Version 3.0 of the FITS Standard document. + +build: + number: {{ number }} + +package: + name: {{ name }} + version: {{ version }} + +requirements: + build: + - cfitsio + - pkg-config [osx] + + run: + - cfitsio + +source: + fn: {{ name }}-{{ version }}.tar.gz + url: https://heasarc.gsfc.nasa.gov/docs/software/ftools/{{ name }}/{{ name }}-{{ version }}.tar.gz + +test: + commands: + - fitsverify -h |