I\'m trying to build XGBoost package for Python following these instructions:
Here is the complete solution to use OpenMP-enabled compilers to instal
Sir, perhaps you should use
cd xgboost; cp make/minimum.mk ./config.mk; make -j4
instead of
cd xgboost; cp make/config.mk ./config.mk; make -j4
as per the "Build On OSX" Section of build document