fix rpack
This commit is contained in:
parent
8f24f3cd5a
commit
52fe528615
2
Makefile
2
Makefile
@ -90,8 +90,10 @@ Rpack:
|
|||||||
cp -r src xgboost/src/src
|
cp -r src xgboost/src/src
|
||||||
mkdir xgboost/src/subtree
|
mkdir xgboost/src/subtree
|
||||||
mkdir xgboost/src/subtree/rabit
|
mkdir xgboost/src/subtree/rabit
|
||||||
|
mkdir xgboost/src/subtree/rabit/rabit-learn
|
||||||
cp -r subtree/rabit/include xgboost/src/subtree/rabit/include
|
cp -r subtree/rabit/include xgboost/src/subtree/rabit/include
|
||||||
cp -r subtree/rabit/src xgboost/src/subtree/rabit/src
|
cp -r subtree/rabit/src xgboost/src/subtree/rabit/src
|
||||||
|
cp -r subtree/rabit/rabit-learn/io xgboost/src/subtree/rabit/rabit-learn/io
|
||||||
rm -rf xgboost/src/subtree/rabit/src/*.o
|
rm -rf xgboost/src/subtree/rabit/src/*.o
|
||||||
mkdir xgboost/src/wrapper
|
mkdir xgboost/src/wrapper
|
||||||
cp wrapper/xgboost_wrapper.h xgboost/src/wrapper
|
cp wrapper/xgboost_wrapper.h xgboost/src/wrapper
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user