"vscode:/vscode.git/clone" did not exist on "11e445c3815dbe7f7a9af9cea0c5e87b5efd1b40"
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 { ...@@ -430,6 +430,7 @@ function build_fftw {
} }
function build_cfitsio { function build_cfitsio {
if [ -e cfitsio-stamp ]; then return; fi
if [ -n "$IS_OSX" ]; then if [ -n "$IS_OSX" ]; then
brew install cfitsio brew install cfitsio
else else
...@@ -440,4 +441,5 @@ function build_cfitsio { ...@@ -440,4 +441,5 @@ function build_cfitsio {
&& ./configure --prefix=$BUILD_PREFIX \ && ./configure --prefix=$BUILD_PREFIX \
&& make shared && make install) && make shared && make install)
fi 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