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

Fixing binary format

parent 2e5db44b
No related branches found
No related tags found
No related merge requests found
......@@ -109,6 +109,12 @@ if [ $? -ne 0 ]; then
exit 1
fi
#### Eventualy remove garbage from old installation
rm -rf openfpm_numerics/src/.deps
rm -rf src/.deps
# Create config directory in each submodule
cd openfpm_data
......
openfpm_io @ 575fbc37
Subproject commit 6467fc05471d30b8f069cbcaeb6c2a58029709d6
Subproject commit 575fbc3703857caf31fb9266921880eedbad022c
......@@ -67,6 +67,7 @@ function update_openfpm()
echo -e "To make the update active do: \033[1m make install \033[0m"
fi
else
#### Remove .deps for fresh install
./install $dir_prev_inst $for_opt
if [ $? -ne 0 ]; then
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