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
3fd9b275
Unverified
Commit
3fd9b275
authored
Apr 16, 2021
by
Nikita Titov
Committed by
GitHub
Apr 16, 2021
Browse files
[ci] unpin CMake version for CUDA + Clang toolchain (#4183)
This reverts commit
ab474dc4
.
parent
fba18e48
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
.ci/setup.sh
.ci/setup.sh
+2
-8
No files found.
.ci/setup.sh
View file @
3fd9b275
...
@@ -97,15 +97,9 @@ else # Linux
...
@@ -97,15 +97,9 @@ else # Linux
curl
-sL
https://apt.kitware.com/keys/kitware-archive-latest.asc | apt-key add -
curl
-sL
https://apt.kitware.com/keys/kitware-archive-latest.asc | apt-key add -
apt-add-repository
"deb https://apt.kitware.com/ubuntu/
$(
lsb_release
-cs
)
main"
-y
apt-add-repository
"deb https://apt.kitware.com/ubuntu/
$(
lsb_release
-cs
)
main"
-y
apt-get update
apt-get update
if
[[
$COMPILER
==
"clang"
]]
;
then
apt-get
install
--no-install-recommends
-y
\
cmake
=
"3.19.5-0kitware1"
\
cmake-data
=
"3.19.5-0kitware1"
else
apt-get
install
--no-install-recommends
-y
\
apt-get
install
--no-install-recommends
-y
\
cmake
cmake
fi
fi
fi
if
[[
$SETUP_CONDA
!=
"false"
]]
;
then
if
[[
$SETUP_CONDA
!=
"false"
]]
;
then
ARCH
=
$(
uname
-m
)
ARCH
=
$(
uname
-m
)
if
[[
$ARCH
==
"x86_64"
]]
;
then
if
[[
$ARCH
==
"x86_64"
]]
;
then
...
...
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