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
42345234
Commit
42345234
authored
Feb 21, 2017
by
incardon
Browse files
Testing upgrade fix
parent
11090845
Changes
1
Hide whitespace changes
Inline
Side-by-side
script/update_openfpm
View file @
42345234
...
...
@@ -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
"
$fo
ward_options
"
!=
x
""
]
;
then
fo
ward_options
=
"-c
$fo
ward_options
"
if
[
x
"
$fo
r_opt
"
!=
x
""
]
;
then
fo
r_opt
=
"-c
\"
$fo
r_opt
\"
"
fi
...
...
@@ -67,9 +67,11 @@ function update_openfpm()
echo
-e
"To make the update active do:
\0
33[1m make install
\0
33[0m"
fi
else
./install
$dir_prev_inst
$fo
ward_options
./install
$dir_prev_inst
$fo
r_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