"git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "4a1e5fa59a4d45a6beab2e8039125bdfa7d12027"
Commit fb28070e authored by Gao Tao's avatar Gao Tao Committed by James Lamb
Browse files

Update build_r.R (#1918)

add boost header files compute/ into build_r.R to enable GPU compilation
parent 2323cb3b
...@@ -40,6 +40,12 @@ result <- file.copy(from = "src/", ...@@ -40,6 +40,12 @@ result <- file.copy(from = "src/",
overwrite = TRUE) overwrite = TRUE)
.handle_result(result) .handle_result(result)
result <- file.copy(from = "compute/",
to = file.path("lightgbm_r", "src/"),
recursive = TRUE,
overwrite = TRUE)
.handle_result(result)
result <- file.copy(from = "CMakeLists.txt", result <- file.copy(from = "CMakeLists.txt",
to = file.path("lightgbm_r", "inst", "bin/"), to = file.path("lightgbm_r", "inst", "bin/"),
overwrite = TRUE) overwrite = TRUE)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment