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

Reinstalling BOOST

parent 9e87d5f3
No related branches found
No related tags found
No related merge requests found
Pipeline #3844 failed
......@@ -112,6 +112,8 @@ elif [ x"$comp_type" == x"asan" ]; then
foward_options="$foward_options --enable-asan"
fi
rm -rf $dependency_dir/BOOST
echo "Installing with: ./install $gpu_support -i $dependency_dir $install_options -c \"$installation_dir $foward_options \" "
nice -n 19 ./install $gpu_support -i $dependency_dir $install_options -c "$installation_dir $foward_options "
if [ $? -ne 0 ]; 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