mapnik: add version 3.0.23, update boost dependency (#17338)

This commit is contained in:
Sinan 2020-07-02 14:56:36 -07:00 committed by GitHub
parent f780839b87
commit 1e75dde7b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,11 +15,12 @@ class Mapnik(AutotoolsPackage):
homepage = "https://mapnik.org/"
url = "https://github.com/mapnik/mapnik/releases/download/v3.0.22/mapnik-v3.0.22.tar.bz2"
version('3.0.23', sha256='4b1352e01f7ce25ab099e586d7ae98e0b74145a3bf94dd365cb0a2bdab3b9dc2')
version('3.0.22', sha256='930612ad9e604b6a29b9cea1bc1de85cf7cf2b2b8211f57ec8b6b94463128ab9')
depends_on('python', type=('build', 'run'))
# Build fails with boost@1.70
depends_on('boost@:1.69.0+regex+filesystem+system+icu+program_options cxxstd=11')
depends_on('boost@:1.72.0 +regex+filesystem+system+icu+program_options cxxstd=11', when='@3.0.23')
depends_on('boost@:1.69.0 +regex+filesystem+system+icu+program_options cxxstd=11', when='@3.0.22')
depends_on('icu4c')
depends_on('zlib')
depends_on('freetype')