-
-
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
Wrong plist is printed for the python package #5705
Comments
It shouldn't even reinstall libxgboost.so, it should use the pre-installed libxgboost.so |
Would you like to open a PR for checking system level installation? |
To resolve this, we need build flag in |
Hi @trivialfis , I want to learn how to contribute to XGBoost so I'd like to be considered to work on this issue. How can I reproduce this issue? I don't get this issue even when I create a editable installation (python setup.py develop). Thank you! |
Sorry for the long wait. This is about using |
This way, some packaging systems can avoid having 2 identical shared libraries. |
The text was updated successfully, but these errors were encountered: