diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-23 17:00:53 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-23 17:00:53 -0400 |
commit | e4caf4a2acbb18875b1064246554e4105449b5a3 (patch) | |
tree | b57ece5acd84c9a8c9235818b975a439c8ae3df9 /cfitsio | |
download | astroconda-contrib-e4caf4a2acbb18875b1064246554e4105449b5a3.tar.gz |
Initial commit
Diffstat (limited to 'cfitsio')
-rw-r--r-- | cfitsio/bld.bat | 3 | ||||
-rw-r--r-- | cfitsio/build.sh | 3 | ||||
-rw-r--r-- | cfitsio/meta.yaml | 13 |
3 files changed, 19 insertions, 0 deletions
diff --git a/cfitsio/bld.bat b/cfitsio/bld.bat new file mode 100644 index 0000000..63c6954 --- /dev/null +++ b/cfitsio/bld.bat @@ -0,0 +1,3 @@ + +echo Not supported. +exit 1
\ No newline at end of file diff --git a/cfitsio/build.sh b/cfitsio/build.sh new file mode 100644 index 0000000..0a523d1 --- /dev/null +++ b/cfitsio/build.sh @@ -0,0 +1,3 @@ + +./configure --prefix=$PREFIX --disable-static --enable-reentrant +(make -j $CPU_COUNT shared && make install) || exit 1
\ No newline at end of file diff --git a/cfitsio/meta.yaml b/cfitsio/meta.yaml new file mode 100644 index 0000000..8ce84a4 --- /dev/null +++ b/cfitsio/meta.yaml @@ -0,0 +1,13 @@ +about: + home: http://heasarc.gsfc.nasa.gov/fitsio/fitsio.html + license: BSD-like + summary: cfitsio +build: + number: '1' +package: + name: cfitsio + version: '3.370' +source: + fn: cfitsio3370.tar.gz + url: + - ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio3370.tar.gz |