fix data file shipping confusions, force system compiling, correct libpath for pip

This commit is contained in:
phunterlau
2015-10-18 17:28:07 -07:00
parent 8e4dc43368
commit 7b25834667
4 changed files with 21 additions and 9 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