From eada698c0e673bf8e8dbb1461317edb6faf45029 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Fri, 8 Jan 2016 17:59:44 +0100 Subject: install_deps: raise boost official version to 1.60. --- build_files/build_environment/install_deps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build_files') diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh index 892c39432fc..dd2f1e31492 100755 --- a/build_files/build_environment/install_deps.sh +++ b/build_files/build_environment/install_deps.sh @@ -266,7 +266,7 @@ NUMPY_FORCE_BUILD=false NUMPY_FORCE_REBUILD=false NUMPY_SKIP=false -BOOST_VERSION="1.55.0" +BOOST_VERSION="1.60.0" BOOST_VERSION_MIN="1.49" BOOST_FORCE_BUILD=false BOOST_FORCE_REBUILD=false @@ -1042,7 +1042,7 @@ clean_Boost() { compile_Boost() { # To be changed each time we make edits that would modify the compiled result! - boost_magic=7 + boost_magic=8 _init_boost -- cgit v1.2.3