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
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_data
Commits
30c12c36
Commit
30c12c36
authored
Sep 01, 2017
by
incardon
Browse files
Fixing compilation on sbalzarini-mac-15
parent
9a7f9776
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
30c12c36
...
...
@@ -18,6 +18,8 @@ pre_command=""
sh ./autogen.sh
if
[
"
$2
"
==
"master"
]
;
then
options
=
"
$options
--disable-gpu"
elif
[
"
$2
"
==
"sbalzarini-mac-15"
]
;
then
options
=
"
$options
--with-libhilbert=
$HOME
/LIBHILBERT"
fi
if
[
x
"
$3
"
==
x
"SE"
]
;
then
...
...
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