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_pdata
Commits
42736b90
Commit
42736b90
authored
Feb 22, 2017
by
incardon
Browse files
Fixing installation dir
parent
1a945dee
Changes
1
Hide whitespace changes
Inline
Side-by-side
script/update_openfpm
View file @
42736b90
...
...
@@ -39,10 +39,10 @@ function update_openfpm()
dir_prev_inst
=
$(
cat
dependencies_dir
)
for_opt
=
$(
cat
foward_options
)
if
[
x
"
$dir_prev_inst
"
!=
x
""
]
;
then
dir_prev_inst
=
"-i
\"
$dir_prev_inst
\"
"
dir_prev_inst
=
"-i
$dir_prev_inst
"
fi
if
[
x
"
$for_opt
"
!=
x
""
]
;
then
for_opt
=
"-c
\"
$for_opt
\"
"
for_opt
=
"-c
$for_opt
"
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