Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
b6ec7458
Unverified
Commit
b6ec7458
authored
Jun 22, 2020
by
Nikita Titov
Committed by
GitHub
Jun 22, 2020
Browse files
[ci] update Boost version (#3175)
parent
454aa336
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.ci/setup.sh
.ci/setup.sh
+1
-1
No files found.
.ci/setup.sh
View file @
b6ec7458
...
@@ -26,7 +26,7 @@ else # Linux
...
@@ -26,7 +26,7 @@ else # Linux
if
[[
$TASK
==
"gpu"
]]
;
then
if
[[
$TASK
==
"gpu"
]]
;
then
sudo
add-apt-repository ppa:mhier/libboost-latest
-y
sudo
add-apt-repository ppa:mhier/libboost-latest
-y
sudo
apt-get update
sudo
apt-get update
sudo
apt-get
install
--no-install-recommends
-y
libboost1.7
0
-dev ocl-icd-opencl-dev
sudo
apt-get
install
--no-install-recommends
-y
libboost1.7
3
-dev ocl-icd-opencl-dev
cd
$BUILD_DIRECTORY
# to avoid permission errors
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
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
tar
-xjf
AMD-APP-SDK
*
.tar.bz2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment