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
d04648c9
Commit
d04648c9
authored
Jun 11, 2018
by
Nikita Titov
Committed by
Guolin Ke
Jun 11, 2018
Browse files
updated Boost Compute submodule (#1435)
* unpin boost version * updated boost compute submodule
parent
34a643f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.travis/test.sh
.travis/test.sh
+2
-2
compute
compute
+1
-1
No files found.
.travis/test.sh
View file @
d04648c9
...
...
@@ -25,7 +25,7 @@ if [[ $TASK == "check-docs" ]]; then
rstcheck
--report
warning
--ignore-directives
=
autoclass,autofunction
`
find
.
-type
f
-name
"*.rst"
`
||
exit
-1
make html
||
exit
-1
find ./_build/html/
-type
f
-name
'*.html'
-exec
\
sed
-i
-e
's;\(\.\/[^.]*\.\)rst\([^[:space:]]*\);\1html\2;g'
{}
\;
#
E
mulate js function
sed
-i
-e
's;\(\.\/[^.]*\.\)rst\([^[:space:]]*\);\1html\2;g'
{}
\;
#
e
mulate js function
# html5validator --root ./_build/html/ || exit -1
if
[[
$TRAVIS_OS_NAME
!=
"osx"
]]
;
then
linkchecker
--config
=
.linkcheckerrc ./_build/html/
*
.html
||
exit
-1
...
...
@@ -68,7 +68,7 @@ elif [[ $TASK == "bdist" ]]; then
fi
if
[[
$TASK
==
"gpu"
]]
;
then
conda
install
--yes
-c
conda-forge
boost
=
1.63.0
conda
install
--yes
-c
conda-forge boost
sed
-i
's/std::string device_type = "cpu";/std::string device_type = "gpu";/'
$TRAVIS_BUILD_DIR
/include/LightGBM/config.h
if
[[
$METHOD
==
"pip"
]]
;
then
cd
$TRAVIS_BUILD_DIR
/python-package
&&
python setup.py sdist
||
exit
-1
...
...
compute
@
520f9b35
Compare
6de7f644
...
520f9b35
Subproject commit
6de7f6448796f67958dde8de4569fb1ae649ee9
1
Subproject commit
520f9b35b1d41cbb34befe77b43cc0188e4e5dc
1
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