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
e7765820
Commit
e7765820
authored
Sep 24, 2019
by
Nikita Titov
Committed by
James Lamb
Sep 23, 2019
Browse files
Update setup.sh (#2421)
parent
f1fbc2f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.ci/setup.sh
.ci/setup.sh
+2
-2
No files found.
.ci/setup.sh
View file @
e7765820
...
@@ -28,8 +28,8 @@ if [[ $OS_NAME == "macos" ]]; then
...
@@ -28,8 +28,8 @@ if [[ $OS_NAME == "macos" ]]; then
wget
-q
-O
conda.sh https://repo.continuum.io/miniconda/Miniconda
${
PYTHON_VERSION
:0:1
}
-latest-MacOSX-x86_64
.sh
wget
-q
-O
conda.sh https://repo.continuum.io/miniconda/Miniconda
${
PYTHON_VERSION
:0:1
}
-latest-MacOSX-x86_64
.sh
else
# Linux
else
# Linux
if
[[
$AZURE
==
"true"
]]
&&
[[
$COMPILER
==
"clang"
]]
;
then
if
[[
$AZURE
==
"true"
]]
&&
[[
$COMPILER
==
"clang"
]]
;
then
sudo
update-alternatives
--install
/usr/bin/clang++ clang++ /usr/bin/clang++-
7
100
sudo
update-alternatives
--install
/usr/bin/clang++ clang++ /usr/bin/clang++-
8
100
sudo
update-alternatives
--install
/usr/bin/clang clang /usr/bin/clang-
7
100
sudo
update-alternatives
--install
/usr/bin/clang clang /usr/bin/clang-
8
100
fi
fi
if
[[
$TASK
==
"mpi"
]]
;
then
if
[[
$TASK
==
"mpi"
]]
;
then
sudo
apt-get update
sudo
apt-get update
...
...
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