Skip to content

Commit

Permalink
Update mapnik and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
artemp committed Sep 8, 2020
1 parent 25499e3 commit 8d0d8bc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function install() {
ICU_VERSION="57.1"

function install_mason_deps() {
install mapnik df0bbe4
install mapnik 3be9ce8fa
install jpeg_turbo 1.5.1
install libpng 1.6.28
install libtiff 4.0.7
Expand All @@ -27,16 +27,16 @@ function install_mason_deps() {
install cairo 1.14.8
install webp 0.6.0
install libgdal 2.1.3
install boost 1.63.0
install boost_libsystem 1.63.0
install boost_libfilesystem 1.63.0
install boost_libprogram_options 1.63.0
install boost_libregex_icu57 1.63.0
install boost 1.66.0
install boost_libsystem 1.66.0
install boost_libfilesystem 1.66.0
install boost_libprogram_options 1.66.0
install boost_libregex_icu57 1.66.0
install freetype 2.7.1
install harfbuzz 1.4.2-ft
# deps needed by python-mapnik (not mapnik core)
install boost_libthread 1.63.0
install boost_libpython 1.63.0
install boost_libthread 1.66.0
install boost_libpython 1.66.0
install postgis 2.3.2-1
}

Expand Down Expand Up @@ -84,4 +84,4 @@ function main() {
main

set +eu
set +o pipefail
set +o pipefail
4 changes: 2 additions & 2 deletions scripts/setup_mason.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eu
set -o pipefail

# we pin the mason version to avoid changes in mason breaking builds
MASON_VERSION="3870d9c"
MASON_VERSION="751b5c5d"

function setup_mason() {
mkdir -p ./mason
Expand All @@ -19,4 +19,4 @@ function setup_mason() {
setup_mason

set +eu
set +o pipefail
set +o pipefail

0 comments on commit 8d0d8bc

Please sign in to comment.