Closed ruddnr closed 9 months ago
Thanks for the excellent report!
But I believe this is a duplicate of #5135.
I'm going to close this and tag you over there.
But I don't know how to link this result to r package.
At this time, LightGBM doesn't support compiling lib_lightgbm
and then separately building an R package that uses it. You have to do the entire build in one shot.
For GPU support, that means using build_r.R
as you tried.
Let's continue the rest of the conversation about that build_r.R
approach on #5135 please.
Hi. Thank you for maintaining this awesome package. I'm trying to build gpu version in r, but it keeps fail.
I tried with and without providing boost and opencl path but none of them succeeded.
Below is the error message.
If I delete --use-msys2 then I get the error message below.
It fails if I manually set the path of opencl and boost.
I trimmed the error message because it's too long.
Could you please check whether building gpu version on Windows using R script works?
I think folollowing the steps on https://lightgbm.readthedocs.io/en/latest/Installation-Guide.html#id18 works.
But I don't know how to link this result to r package.