diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-23 22:47:49 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-23 22:47:49 -0400 |
commit | 1082b614a2c97b6db123ee5c2d709afe8fc7f5d4 (patch) | |
tree | 936eb17ed2e238026e3d57cd89210cc97872bff3 /cfitsio | |
parent | c67022a487590ab080f320ab13ae8deb11d38801 (diff) | |
download | cbc-recipes-1082b614a2c97b6db123ee5c2d709afe8fc7f5d4.tar.gz |
Fix... everything?
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 |