Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
b5ab824a
Commit
b5ab824a
authored
Mar 02, 2018
by
Simon Conseil
Committed by
Matthew Brett
Jun 01, 2018
Browse files
Add build stamp
parent
8c82c374
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
library_builders.sh
library_builders.sh
+2
-0
No files found.
library_builders.sh
View file @
b5ab824a
...
...
@@ -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
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment