Skip to content

Commit 8d0d8bc

Browse files
committed
Update mapnik and deps
1 parent 25499e3 commit 8d0d8bc

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

bootstrap.sh

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function install() {
1414
ICU_VERSION="57.1"
1515

1616
function 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() {
8484
main
8585

8686
set +eu
87-
set +o pipefail
87+
set +o pipefail

scripts/setup_mason.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eu
44
set -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

99
function setup_mason() {
1010
mkdir -p ./mason
@@ -19,4 +19,4 @@ function setup_mason() {
1919
setup_mason
2020

2121
set +eu
22-
set +o pipefail
22+
set +o pipefail

0 commit comments

Comments
 (0)