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
f9592014
Commit
f9592014
authored
Feb 21, 2017
by
incardon
Browse files
upgrade fixed
parent
42345234
Changes
1
Hide whitespace changes
Inline
Side-by-side
script/update_openfpm
View file @
f9592014
...
...
@@ -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
...
...
@@ -70,8 +70,6 @@ function update_openfpm()
./install
$dir_prev_inst
$for_opt
fi
### end
}
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