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

Reinstalling BOOST on CI

parent c3a38f20
No related branches found
No related tags found
No related merge requests found
Pipeline #3810 failed
...@@ -12,14 +12,14 @@ if [ x"$hostname" == x"cifarm-centos-node.mpi-cbg.de" ]; then ...@@ -12,14 +12,14 @@ if [ x"$hostname" == x"cifarm-centos-node.mpi-cbg.de" ]; then
export PATH="$HOME/openfpm_dependencies/openfpm_pdata/$branch/CMAKE/bin:$PATH" export PATH="$HOME/openfpm_dependencies/openfpm_pdata/$branch/CMAKE/bin:$PATH"
fi fi
if [ x"$hostname" == x"cifarm-ubuntu-node" ]; then if [ x"$hostname" == x"cifarm-ubuntu-node.mpi-cbg.de" ]; then
echo "Ubuntu node" echo "Ubuntu node"
export PATH="/opt/bin:$PATH" export PATH="/opt/bin:$PATH"
rm -rf $HOME/openfpm_dependencies/openfpm_devices/BOOST
fi fi
mkdir src/config mkdir src/config
rm -rf $HOME/openfpm_dependencies/openfpm_devices/BOOST
if [ ! -d $HOME/openfpm_dependencies/openfpm_devices/BOOST ]; then if [ ! -d $HOME/openfpm_dependencies/openfpm_devices/BOOST ]; then
if [ x"$hostname" == x"cifarm-mac-node" ]; then if [ x"$hostname" == x"cifarm-mac-node" ]; then
......
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