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
97feeb06
Commit
97feeb06
authored
Oct 11, 2017
by
xoviat
Committed by
GitHub
Oct 11, 2017
Browse files
libraries: add SWIG and sparsesuite
parent
4857b03f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
library_builders.sh
library_builders.sh
+16
-0
No files found.
library_builders.sh
View file @
97feeb06
...
...
@@ -316,3 +316,19 @@ function build_netcdf {
&&
make
install
)
touch
netcdf-stamp
}
function
build_swig
{
if
[
-n
"
$IS_OSX
"
]
;
then
brew
install
swig
>
/dev/null
else
yum
install
-y
swig
>
/dev/null
fi
}
function
build_sparsesuite
{
if
[
-n
"
$IS_OSX
"
]
;
then
brew
install
homebrew/science/suite-sparse
>
/dev/null
else
yum
install
-y
swig
>
/dev/null
fi
}
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