From 00a4fdd726599870895663601b916b0702509e8a Mon Sep 17 00:00:00 2001 From: Blake Thompson Date: Tue, 6 Oct 2015 09:01:54 -0700 Subject: [PATCH] Bump to version of boost in bootstraph --- bootstrap.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 5d38b16eb..1000940fa 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -50,13 +50,8 @@ function install() { function install_mason_deps() { install gdal 1.11.2 libgdal & - install boost 1.57.0 & - install boost_libsystem 1.57.0 & - install boost_libthread 1.57.0 & - install boost_libfilesystem 1.57.0 & - install boost_libprogram_options 1.57.0 & - install boost_libregex 1.57.0 & - install boost_libpython 1.57.0 & + install boost 1.59.0 & + install boost_liball 1.59.0 & install freetype 2.5.5 libfreetype & install harfbuzz 0.9.40 libharfbuzz & install jpeg_turbo 1.4.0 libjpeg &