Skip to content
Snippets Groups Projects
Commit 779e1e3d authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Master

parents d780532f 1922f100
No related branches found
No related tags found
No related merge requests found
...@@ -116,6 +116,12 @@ if [ $? -ne 0 ]; then ...@@ -116,6 +116,12 @@ if [ $? -ne 0 ]; then
exit 1 exit 1
fi fi
#### Eventualy remove garbage from old installation
rm -rf openfpm_numerics/src/.deps
rm -rf src/.deps
# Create config directory in each submodule # Create config directory in each submodule
cd openfpm_data cd openfpm_data
......
openfpm_io @ 575fbc37
Subproject commit 1259c12b6880bce2ca868bdbfbc16a7cd75bd8a9 Subproject commit 575fbc3703857caf31fb9266921880eedbad022c
...@@ -67,6 +67,7 @@ function update_openfpm() ...@@ -67,6 +67,7 @@ function update_openfpm()
echo -e "To make the update active do: \033[1m make install \033[0m" echo -e "To make the update active do: \033[1m make install \033[0m"
fi fi
else else
#### Remove .deps for fresh install
./install $dir_prev_inst $for_opt ./install $dir_prev_inst $for_opt
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo -e "Upgrade summary\033[91;5;1m FAILED \033[0m" echo -e "Upgrade summary\033[91;5;1m FAILED \033[0m"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment