Skip to content

Commit

Permalink
Fix .travis/install_boost.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ddemidov committed Apr 23, 2017
1 parent 46bab61 commit d20bc50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis/install_boost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
export BOOST_ROOT=${HOME}/${BOOST_BASENAME}

if [ ! -e ${BOOST_ROOT}/boost/config.hpp ]; then
cd ${HOME}
pushd ${HOME}
wget https://downloads.sourceforge.net/project/boost/boost/1.62.0/${BOOST_BASENAME}.tar.bz2
rm -rf $BOOST_BASENAME
tar xf ${BOOST_BASENAME}.tar.bz2

(cd $BOOST_BASENAME && ./bootstrap.sh && ./b2)
popd
fi

0 comments on commit d20bc50

Please sign in to comment.