mapnik: add version 3.0.23, update boost dependency (#17338)
This commit is contained in:
parent
f780839b87
commit
1e75dde7b2
1 changed files with 3 additions and 2 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue