pantry/projects/heasarc.gsfc.nasa.gov/cfitsio/package.yml

32 lines
636 B
YAML
Raw Normal View History

distributable:
url: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-{{version}}.tar.gz
strip-components: 1
versions:
url: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/
match: /cfitsio-\d+\.\d+(\.\d+)?\.tar\.gz/
strip:
- /^cfitsio-/
- /\.tar\.gz$/
dependencies:
darwin:
zlib.net: '*'
build:
script: |
./configure $ARGS
make shared
make install
env:
ARGS:
- --prefix="{{ prefix }}"
- --enable-reentrant
test:
script: |
cc testprog.c -o testprog -lcfitsio
./testprog > testprog.lis
cmp testprog.lis testprog.out
cmp testprog.fit testprog.std