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
4e751a45
"...git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "4007b34fa83043cc30c2ec3c8cf2c7b059f07fec"
Commit
4e751a45
authored
Jun 11, 2017
by
jeremiedb
Committed by
Guolin Ke
Jun 11, 2017
Browse files
[R] fix Windows may miss ``/`` in the end of R_PACKAGE_SOURCE (#607)
parent
a8673bd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
R-package/src/install.libs.R
R-package/src/install.libs.R
+1
-1
No files found.
R-package/src/install.libs.R
View file @
4e751a45
...
@@ -46,7 +46,7 @@ if (!use_precompile) {
...
@@ -46,7 +46,7 @@ if (!use_precompile) {
}
else
{
}
else
{
cmake_cmd
<-
paste0
(
cmake_cmd
,
" -DCMAKE_GENERATOR_PLATFORM=x64 "
)
cmake_cmd
<-
paste0
(
cmake_cmd
,
" -DCMAKE_GENERATOR_PLATFORM=x64 "
)
build_cmd
<-
"cmake --build . --target _lightgbm --config Release"
build_cmd
<-
"cmake --build . --target _lightgbm --config Release"
lib_folder
<-
paste0
(
R_PACKAGE_SOURCE
,
"src/Release/"
)
lib_folder
<-
paste0
(
R_PACKAGE_SOURCE
,
"
/
src/Release/"
)
}
}
}
}
...
...
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