Skip to content

Commit

Permalink
(#11250) gdal: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
toge authored Jun 18, 2022
1 parent b2a1639 commit b4d02d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipes/gdal/pre_3.5.0/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def requirements(self):
if self.options.get_safe("with_zlib", True):
self.requires("zlib/1.2.12")
if self.options.get_safe("with_libdeflate"):
self.requires("libdeflate/1.10")
self.requires("libdeflate/1.12")
if self.options.with_libiconv:
self.requires("libiconv/1.16")
if self.options.get_safe("with_zstd"):
Expand Down Expand Up @@ -298,15 +298,15 @@ def requirements(self):
if self.options.with_kea:
self.requires("kealib/1.4.14")
if self.options.with_netcdf:
self.requires("netcdf/4.7.4")
self.requires("netcdf/4.8.1")
if self.options.with_jasper:
self.requires("jasper/2.0.33")
if self.options.with_openjpeg:
self.requires("openjpeg/2.5.0")
# if self.options.with_fgdb:
# self.requires("file-geodatabase-api/x.x.x")
if self.options.with_mysql == "libmysqlclient":
self.requires("libmysqlclient/8.0.25")
self.requires("libmysqlclient/8.0.29")
elif self.options.with_mysql == "mariadb-connector-c":
self.requires("mariadb-connector-c/3.1.12")
if self.options.with_xerces:
Expand All @@ -320,7 +320,7 @@ def requirements(self):
# if self.options.with_dods_root:
# self.requires("libdap/3.20.6")
if self.options.with_curl:
self.requires("libcurl/7.83.0")
self.requires("libcurl/7.83.1")
if self.options.with_xml2:
self.requires("libxml2/2.9.14")
# if self.options.with_spatialite:
Expand Down Expand Up @@ -365,7 +365,7 @@ def requirements(self):
# if not self.options.without_lerc:
# self.requires("lerc/2.1") # TODO: use conan recipe (not possible yet because lerc API is broken for GDAL)
if self.options.get_safe("with_exr"):
self.requires("openexr/2.5.7")
self.requires("openexr/3.1.5")
if self.options.get_safe("with_heif"):
self.requires("libheif/1.12.0")

Expand Down

0 comments on commit b4d02d7

Please sign in to comment.