diff options
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 | 
