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
5795d102
Commit
5795d102
authored
Feb 21, 2017
by
incardon
Browse files
Fixing upgrade
parent
ebd50955
Changes
1
Show whitespace changes
Inline
Side-by-side
script/update_openfpm
View file @
5795d102
...
...
@@ -60,10 +60,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
"
$foward_options
"
!=
x
""
]
;
then
foward_options
=
"-i foward_options"
foward_options
=
"-i
$
foward_options
"
fi
./install
$dir_prev_inst
$foward_options
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