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

Fixing CMake bin path

parent 41ceb58b
No related branches found
No related tags found
No related merge requests found
Pipeline #3134 failed
......@@ -25,7 +25,7 @@ if [ x"$hostname" == x"cifarm-centos-node.mpi-cbg.de" ]; then
echo "CentOS node"
source /opt/rh/devtoolset-8/enable
./install_CMAKE_on_CI.sh $HOME/openfpm_dependencies/openfpm_pdata/$branch/
export PATH="$HOME/openfpm_dependencies/openfpm_pdata/$branch/:$PATH"
export PATH="$HOME/openfpm_dependencies/openfpm_pdata/$branch/bin:$PATH"
fi
if [ x"$hostname" == x"cifarm-ubuntu-node" ]; then
......@@ -40,7 +40,7 @@ if [ x"$hostname" == x"cifarm-mac-node.mpi-cbg.de" ]; then
export PATH="/usr/local/bin:$PATH"
# rm -rf $HOME/openfpm_dependencies/openfpm_pdata/$branch/PETSC
./install_CMAKE_on_CI.sh $HOME/openfpm_dependencies/openfpm_pdata/$branch/
export PATH="$HOME/openfpm_dependencies/openfpm_pdata/$branch/:$PATH"
export PATH="$HOME/openfpm_dependencies/openfpm_pdata/$branch/bin:$PATH"
fi
if [ x"$hostname" == x"falcon1" ]; 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