BUG make sure to specify no openmp for some mac osx builds properly (#2095)

This commit is contained in:
Matthew R. Becker 2017-03-10 20:36:15 -06:00 committed by Tianqi Chen
parent 15456c7882
commit 4a63f4ab43

View File

@ -22,7 +22,7 @@ else
echo "Building multi-thread xgboost failed"
echo "Start to build single-thread xgboost"
make clean
make lib/libxgboost.so -j4 no_omp=1
make lib/libxgboost.so -j4 USE_OPENMP=0
echo "Successfully build single-thread xgboost"
echo "If you want multi-threaded version"
echo "See additional instructions in doc/build.md"