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
af112a29
Commit
af112a29
authored
Feb 22, 2017
by
incardon
Browse files
Upgrade provide message
parent
c4d825e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
install
View file @
af112a29
...
...
@@ -17,7 +17,7 @@ if [ x"$HOME" == x"" ]; then
fi
install_req
=
1
i_dir
=
"
"
i_dir
=
""
sq
=
0
nomake
=
0
update_openfpm
=
0
...
...
@@ -503,8 +503,8 @@ if [ $conf_err -eq 0 ]; then
echo
-e
"Install summary
\0
33[92;5;1m SUCCEED
\0
33[0m"
## Save dependencies dir and foward options
echo
"
$i_dir_old
"
>
dependencies_dir
echo
"
$configure_options_old
"
>
foward_options
printf
"
$i_dir_old
"
>
dependencies_dir
printf
"
$configure_options_old
"
>
foward_options
else
echo
-e
"Install summary
\0
33[91;5;1m FAILED
\0
33[0m"
...
...
script/update_openfpm
View file @
af112a29
...
...
@@ -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