Skip to content

Commit

Permalink
updated boost (#2218)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored and huanzhang12 committed Jun 30, 2019
1 parent 86269ee commit 62935f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/setup.sh
Expand Up @@ -38,7 +38,7 @@ else # Linux
if [[ $TASK == "gpu" ]]; then
sudo add-apt-repository ppa:mhier/libboost-latest -y
sudo apt-get update
sudo apt-get install --no-install-recommends -y libboost1.68-dev ocl-icd-opencl-dev
sudo apt-get install --no-install-recommends -y libboost1.70-dev ocl-icd-opencl-dev
cd $BUILD_DIRECTORY # to avoid permission errors
wget -q https://github.com/microsoft/LightGBM/releases/download/v2.0.12/AMD-APP-SDKInstaller-v3.0.130.136-GA-linux64.tar.bz2
tar -xjf AMD-APP-SDK*.tar.bz2
Expand Down

0 comments on commit 62935f5

Please sign in to comment.