Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #194 from Project-OSRM/upgrade-boost
Browse files Browse the repository at this point in the history
Upgrade boost to 1.61.0
  • Loading branch information
Dane Springmeyer committed May 20, 2016
2 parents b4a080a + d264215 commit 34802af
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

# we pin the mason version to avoid changes in mason breaking builds
MASON_VERSION="545ef8c"
MASON_VERSION="3e0cc5a"

if [[ `which pkg-config` ]]; then
echo "Success: Found pkg-config";
Expand Down Expand Up @@ -45,15 +45,15 @@ function all_deps() {
dep cmake 3.2.2 &
dep lua 5.3.0 &
dep luabind e414c57bcb687bb3091b7c55bbff6947f052e46b &
dep boost 1.57.0 &
dep boost_libsystem 1.57.0 &
dep boost_libthread 1.57.0 &
dep boost_libfilesystem 1.57.0 &
dep boost_libprogram_options 1.57.0 &
dep boost_libregex 1.57.0 &
dep boost_libiostreams 1.57.0 &
dep boost_libtest 1.57.0 &
dep boost_libdate_time 1.57.0 &
dep boost 1.61.0 &
dep boost_libsystem 1.61.0 &
dep boost_libthread 1.61.0 &
dep boost_libfilesystem 1.61.0 &
dep boost_libprogram_options 1.61.0 &
dep boost_libregex 1.61.0 &
dep boost_libiostreams 1.61.0 &
dep boost_libtest 1.61.0 &
dep boost_libdate_time 1.61.0 &
dep expat 2.1.0 &
dep stxxl 1.4.1 &
dep bzip2 1.0.6 &
Expand Down

0 comments on commit 34802af

Please sign in to comment.