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

Fixing installation of BOOST on OSX

parent 09b9e3c6
No related branches found
No related tags found
No related merge requests found
......@@ -258,8 +258,10 @@ else
echo "Error the installation of Boost failed"
exit 1
fi
if [ x"$dgc_compiler" == x"icpc" ]; then
if [ x"$CXX" == x"icpc" ]; then
./script/install_BOOST.sh $i_dir $ncore intel-linux
elif [ x"$CXX" == x"clang++" ]; then
./script/install_BOOST.sh $i_dir $ncore darwin
else
./script/install_BOOST.sh $i_dir $ncore gcc
fi
......
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