Commit b5ab824a authored by Simon Conseil's avatar Simon Conseil Committed by Matthew Brett
Browse files

Add build stamp

parent 8c82c374
......@@ -430,6 +430,7 @@ function build_fftw {
}
function build_cfitsio {
if [ -e cfitsio-stamp ]; then return; fi
if [ -n "$IS_OSX" ]; then
brew install cfitsio
else
......@@ -440,4 +441,5 @@ function build_cfitsio {
&& ./configure --prefix=$BUILD_PREFIX \
&& make shared && make install)
fi
touch cfitsio-stamp
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment