-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[R-package] use commandArgs instead of hardcoded stuff in the installation script #2441
Comments
Closed in favor of being in #2302. We decided to keep all feature requests in one place. Welcome to contribute this feature! Please re-open this issue (or post a comment if you are not a topic starter) if you are actively working on implementing this feature. |
if you're reading this and interested in contributing this feature, please comment here. Feel free to |
) (#3574) * [R-package] Use command-line args to customize CMake builds (fixes #2441) * Apply suggestions from code review Co-authored-by: Nikita Titov <[email protected]> Co-authored-by: Nikita Titov <[email protected]>
This issue has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this. |
Today, installing the R package with CMake like this:
Might require you to manually change some flags in
R-package/install.libs.R
.LightGBM/R-package/src/install.libs.R
Lines 1 to 4 in e776582
Refer to #2164 (comment).
To close this issue, expose those flags as command-line flags so users can do something like this:
The text was updated successfully, but these errors were encountered: