* force gcc-5 or clang-omp for Mac OS, prepare for pip pack * add sklearn dep, make -j4 * finalize PyPI submission * revert to Xcode clang for passing build #1468 * force to clang, try to solve cmake travis error * remove sklearn dependency
17 lines
554 B
Plaintext
17 lines
554 B
Plaintext
include *.md *.rst
|
|
recursive-include xgboost *
|
|
recursive-include xgboost/include *
|
|
recursive-include xgboost/src *
|
|
recursive-include xgboost/make *
|
|
recursive-include xgboost/rabit *
|
|
recursive-include xgboost/lib *
|
|
recursive-include xgboost/dmlc-core *
|
|
#exclude pre-compiled .o and .a file for less confusions
|
|
#make sure .a files are all removed for forcing compiling
|
|
#include the pre-compiled .so is needed as a placeholder
|
|
#since it will be copy after compiling on the fly
|
|
global-exclude *.o
|
|
global-exclude *.a
|
|
global-exclude *.pyo
|
|
global-exclude *.pyc
|