chg pack file

This commit is contained in:
tqchen 2014-09-06 11:21:54 -07:00
parent 515befd4f9
commit 09e39e5901

View File

@ -48,7 +48,8 @@ Rpack:
rm -rf xgboost/inst/examples/*.model rm -rf xgboost/inst/examples/*.model
rm -rf xgboost/inst/examples/dump* rm -rf xgboost/inst/examples/dump*
rm -rf xgboost/src/*.o xgboost/src/*.so xgboost/src/*.dll rm -rf xgboost/src/*.o xgboost/src/*.so xgboost/src/*.dll
rm -rf xgboost/demo/*.model xgboost/demo/*.buffer rm -rf xgboost/demo/*.model xgboost/demo/*.buffer xgboost/demo/*.txt
rm -rf xgboost/demo/runall.R
cp -r src xgboost/src/src cp -r src xgboost/src/src
mkdir xgboost/src/wrapper mkdir xgboost/src/wrapper
cp wrapper/xgboost_wrapper.h xgboost/src/wrapper cp wrapper/xgboost_wrapper.h xgboost/src/wrapper