BUG make sure to specify no openmp for some mac osx builds properly (#2095)
This commit is contained in:
parent
15456c7882
commit
4a63f4ab43
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user