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

Analysis

parent c8fb5d24
No related branches found
No related tags found
No related merge requests found
Pipeline #3822 failed
......@@ -12,6 +12,7 @@ echo "Build on: $hostname with $type_compile branch: $branch"
if [ x"$hostname" == x"cifarm-centos-node.mpi-cbg.de" ]; then
echo "CentOS node"
source /opt/rh/devtoolset-7/enable
export PATH="$HOME/openfpm_dependencies/openfpm_data/CMAKE/bin:$PATH"
fi
if [ x"$hostname" == x"cifarm-ubuntu-node" ]; then
......@@ -19,6 +20,11 @@ if [ x"$hostname" == x"cifarm-ubuntu-node" ]; then
export PATH="/opt/bin:$PATH"
fi
if [ x"$hostname" == x"cifarm-centos-node" ]; then
echo "Centos node"
export PATH="$HOME/openfpm_dependencies/openfpm_data/CMAKE/bin:$PATH"
fi
# Check if libHilbert is installed
if [ ! -d $HOME/openfpm_dependencies/openfpm_data/LIBHILBERT ]; then
......@@ -29,7 +35,6 @@ if [ ! -d $HOME/openfpm_dependencies/openfpm_data/VCDEVEL ]; then
./install_VCDEVEL.sh $HOME/openfpm_dependencies/openfpm_data/ 4
fi
rm -rf $HOME/openfpm_dependencies/openfpm_data/BOOST
if [ ! -d $HOME/openfpm_dependencies/openfpm_data/BOOST ]; then
if [ x"$hostname" == x"cifarm-mac-node" ]; then
......@@ -41,8 +46,6 @@ if [ ! -d $HOME/openfpm_dependencies/openfpm_data/BOOST ]; then
fi
fi
./install_CMAKE_on_CI.sh $HOME/openfpm_dependencies/openfpm_data 4
mkdir /tmp/openfpm_data_$type_compile
mv * .[^.]* /tmp/openfpm_data_$type_compile
mv /tmp/openfpm_data_$type_compile openfpm_data
......
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