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
da7ee949
Commit
da7ee949
authored
Jul 21, 2018
by
Andrew Murray
Browse files
Added build stamps
parent
afbff539
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
library_builders.sh
library_builders.sh
+4
-0
No files found.
library_builders.sh
View file @
da7ee949
...
@@ -343,20 +343,24 @@ function build_pcre {
...
@@ -343,20 +343,24 @@ function build_pcre {
}
}
function
build_swig
{
function
build_swig
{
if
[
-e
swig-stamp
]
;
then return
;
fi
if
[
-n
"
$IS_OSX
"
]
;
then
if
[
-n
"
$IS_OSX
"
]
;
then
brew
install
swig
>
/dev/null
brew
install
swig
>
/dev/null
else
else
build_pcre
build_pcre
build_simple swig
$SWIG_VERSION
https://prdownloads.sourceforge.net/swig
build_simple swig
$SWIG_VERSION
https://prdownloads.sourceforge.net/swig
fi
fi
touch
swig-stamp
}
}
function
build_suitesparse
{
function
build_suitesparse
{
if
[
-e
suitesparse-stamp
]
;
then return
;
fi
if
[
-n
"
$IS_OSX
"
]
;
then
if
[
-n
"
$IS_OSX
"
]
;
then
brew
install
suite-sparse
>
/dev/null
brew
install
suite-sparse
>
/dev/null
else
else
yum
install
-y
suitesparse-devel
>
/dev/null
yum
install
-y
suitesparse-devel
>
/dev/null
fi
fi
touch
suitesparse-stamp
}
}
function
build_libtool
{
function
build_libtool
{
...
...
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