diff options
Diffstat (limited to 'cfitsio')
-rw-r--r-- | cfitsio/cfitsio.ini | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/cfitsio/cfitsio.ini b/cfitsio/cfitsio.ini index 8809aee..e9b24b5 100644 --- a/cfitsio/cfitsio.ini +++ b/cfitsio/cfitsio.ini @@ -3,8 +3,8 @@ name: cfitsio version: 3.370 [about] -home: https://github.com/embray/${package:name} -license: GPL +home: http://heasarc.gsfc.nasa.gov/fitsio/fitsio.html +license: BSD-like summary: ${package:name} #readme: README.md @@ -22,11 +22,12 @@ run: # [cbc_build] +# Why put a period in a version anyway? Golly. version: 3370 linux: ./configure --prefix=$$PREFIX --disable-static --enable-reentrant (make -j $$CPU_COUNT shared && make install) || exit 1 windows: - python setup.py install - if errorlevel 1 exit 1 + echo Not supported. + exit 1 |