-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.1.0rc1: on osx high sierra R package incompete / does not install #5622
Comments
I copied over the build-for-r/R-package/src/xgboost.so (not sure if this is required to succeed or not), and then moved into the non-build directory ~/dmlc/xgboost/R-package. I appear to have been able to install the R package successfully from there. As a workaround, great--anyone else with this problem should be aware. But as for only writing into the build directory, it is not so great. Suboptimal, and the build docs don't reflect this.
|
Fixed by #5764. With latest master branch, I could build the R package on my Macbook using CMake. |
On OSX 10.13.16 (High Sierra), in response to (leaving off any gpu stuff for now, just basic OSX install from source for latest, since CRAN only has v1.0. My R is v3.6.1):
I get failure to install the R package. A complete package inside the build dir is not created.
And this does not change if I try
cmake --build . --target install --config Release
See the final error in the log, when I attempt manual
R CMD INSTALL .
inside the build-for-r/R-package dir:I note that:
The xgboost-r.dir never gets created.
The contents of dmlc/xgboost/R-package do not get copied into dmlc/xgboost/build-for-r/R-package, my build directory.
full attempt log below.
This first error seems to be
log:
The text was updated successfully, but these errors were encountered: