Merge pull request #549 from phunterlau/master

Fix data file shipping confusions on pip install for #463
This commit is contained in:
Tianqi Chen
2015-10-24 22:08:59 -07:00
4 changed files with 22 additions and 11 deletions

View File

@@ -11,6 +11,8 @@
pushd xgboost
#remove the pre-compiled .so and trigger the system's on-the-fly compiling
make clean
if make python; then
echo "Successfully build multi-thread xgboost"
else