Commit 64aa6973 authored by Dr.李's avatar Dr.李

added xgboost in linux build

parent 56414727
#!/bin/sh
cd alphamind/pfopt
cd xgboost
git submodule init
git submodule update
./build_linux.sh
make -j4
cd python-package
python setup.py install
if [ $? -ne 0 ] ; then
cd ../..
exit 1
fi
cd ../..
cd alphamind/pfopt
./build_linux.sh
if [ $? -ne 0 ] ; then
cd ../..
exit 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment