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

Fixing installation of BOOST

parent a308dd3f
No related branches found
No related tags found
No related merge requests found
Pipeline #3808 failed
...@@ -10,8 +10,6 @@ if [ x"$hostname" == x"cifarm-centos-node.mpi-cbg.de" ]; then ...@@ -10,8 +10,6 @@ if [ x"$hostname" == x"cifarm-centos-node.mpi-cbg.de" ]; then
echo "CentOS node" echo "CentOS node"
source /opt/rh/devtoolset-8/enable source /opt/rh/devtoolset-8/enable
export PATH="$HOME/openfpm_dependencies/openfpm_pdata/$branch/CMAKE/bin:$PATH" export PATH="$HOME/openfpm_dependencies/openfpm_pdata/$branch/CMAKE/bin:$PATH"
echo "$PATH"
cmake --version
fi fi
if [ x"$hostname" == x"cifarm-ubuntu-node" ]; then if [ x"$hostname" == x"cifarm-ubuntu-node" ]; then
...@@ -21,8 +19,6 @@ fi ...@@ -21,8 +19,6 @@ fi
mkdir src/config mkdir src/config
#rm -rf $HOME/openfpm_dependencies/openfpm_devices/BOOST
echo "$hostname"
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
...@@ -40,4 +36,3 @@ sh ./configure --with-boost=$HOME/openfpm_dependencies/openfpm_devices/BOOST --e ...@@ -40,4 +36,3 @@ sh ./configure --with-boost=$HOME/openfpm_dependencies/openfpm_devices/BOOST --e
make VERBOSE=1 make VERBOSE=1
...@@ -35,7 +35,7 @@ if [ x"$platform" == x"osx" ]; then ...@@ -35,7 +35,7 @@ if [ x"$platform" == x"osx" ]; then
./b2 -j $2 install --prefix=$1/BOOST address-model=64 architecture=arm abi=aapcs binary-format=mach-o toolset=$3 ./b2 -j $2 install --prefix=$1/BOOST address-model=64 architecture=arm abi=aapcs binary-format=mach-o toolset=$3
fi fi
else else
./b2 -j $2 install --prefix=$1/BOOST ./b2 -j $2 install --prefix=$1/BOOST address-model=64 architecture=x86 abi=sysv binary-format=mach-o toolset=clang
fi fi
else else
./b2 -j $2 install --prefix=$1/BOOST ./b2 -j $2 install --prefix=$1/BOOST
......
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