File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ function install() {
1414ICU_VERSION=" 57.1"
1515
1616function install_mason_deps() {
17- install mapnik df0bbe4
17+ install mapnik 3be9ce8fa
1818 install jpeg_turbo 1.5.1
1919 install libpng 1.6.28
2020 install libtiff 4.0.7
@@ -27,16 +27,16 @@ function install_mason_deps() {
2727 install cairo 1.14.8
2828 install webp 0.6.0
2929 install libgdal 2.1.3
30- install boost 1.63 .0
31- install boost_libsystem 1.63 .0
32- install boost_libfilesystem 1.63 .0
33- install boost_libprogram_options 1.63 .0
34- install boost_libregex_icu57 1.63 .0
30+ install boost 1.66 .0
31+ install boost_libsystem 1.66 .0
32+ install boost_libfilesystem 1.66 .0
33+ install boost_libprogram_options 1.66 .0
34+ install boost_libregex_icu57 1.66 .0
3535 install freetype 2.7.1
3636 install harfbuzz 1.4.2-ft
3737 # deps needed by python-mapnik (not mapnik core)
38- install boost_libthread 1.63 .0
39- install boost_libpython 1.63 .0
38+ install boost_libthread 1.66 .0
39+ install boost_libpython 1.66 .0
4040 install postgis 2.3.2-1
4141}
4242
@@ -84,4 +84,4 @@ function main() {
8484main
8585
8686set +eu
87- set +o pipefail
87+ set +o pipefail
Original file line number Diff line number Diff line change 44set -o pipefail
55
66# we pin the mason version to avoid changes in mason breaking builds
7- MASON_VERSION=" 3870d9c "
7+ MASON_VERSION=" 751b5c5d "
88
99function setup_mason() {
1010 mkdir -p ./mason
@@ -19,4 +19,4 @@ function setup_mason() {
1919setup_mason
2020
2121set +eu
22- set +o pipefail
22+ set +o pipefail
You can’t perform that action at this time.
0 commit comments