-
-
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
Make pip install xgboost*.tar.gz
work by fixing build-python.sh
#5241
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have test on travis? I will break it sooner or later.
I added a test in Travis. |
0906fb6
to
ec64f93
Compare
3491ade
to
b42170a
Compare
|
3f8d794
to
842ac05
Compare
I will start a new branch for 1.0.0 release after this PR is merged. |
This PR makes a few fixes so that users can install Python XGBoost from a source tarball
xgboost-1.0.0-SNAPSHOT.tar.gz
. This is important for users of Mac OSX, FreeBSD, and other platforms where we do not offer pre-built wheels.Note that #5146 enabled the use of AppleClang (default compiler on OSX), so we no longer require Homebrew GCC. Thus, we can simplify the installation doc considerably.
How to test: