Skip to content

Commit

Permalink
update build_ps.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed May 29, 2015
1 parent 9ae469c commit 2dd95df
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build_ps.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#! /bin/bash

if [ ! -d ps-lite ]; then
git clone https://github.com/dmlc/ps-lite
cd ps-lite && git reset --hard 2930ac6 && cd ..
git clone https://github.com/dmlc/ps-lite
echo "Install third-party libraries for PS"
./ps-lite/make/install_third.sh 1>install_ps.log
./ps-lite/make/install_deps.sh 1>install_ps.log
echo "Compile PS"
make -j 4 -C ps-lite
fi
Expand Down

0 comments on commit 2dd95df

Please sign in to comment.