Skip to content

Commit

Permalink
[gdal] Update to 3.8.0 (microsoft#35115)
Browse files Browse the repository at this point in the history
* [gdal] Update to 3.8.0

* [gdal] Refresh list of tools
  • Loading branch information
dg0yt authored Nov 17, 2023
1 parent 5b0e5e9 commit 1fd0a71
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 23 deletions.
41 changes: 20 additions & 21 deletions ports/gdal/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO OSGeo/gdal
REF "v${VERSION}"
SHA512 db23c751aa1bfc9f9f80c4dc900e86fb19579251d3577ef5bd06f9ddf76ba8c74aa404b5477ced5649d011e2111ca8df38d5acc87de6723f7e50f3bb22c9ee8f
SHA512 ae0238b2741c673927f80b3d0765fbb0eb2ddb8699441564e67dd7bb6a429b45e4eac57f9c4e93ecea7a4525f28c05e6f3097828c40d5af6a66dda83d2245242
HEAD_REF master
PATCHES
find-link-libraries.patch
Expand Down Expand Up @@ -115,34 +115,33 @@ list(APPEND CMAKE_PROGRAM_PATH \"\${vcpkg_host_prefix}/tools/pkgconf\")"
if (BUILD_APPS)
vcpkg_copy_tools(
TOOL_NAMES
gdalinfo
gdalbuildvrt
gdaladdo
gdal_contour
gdal_create
gdal_footprint
gdal_grid
gdal_translate
gdal_rasterize
gdalsrsinfo
gdalenhance
gdalmanage
gdaltransform
gdaltindex
gdaldem
gdal_create
gdal_translate
gdal_viewshed
nearblack
ogrlineref
ogrtindex
gdalwarp
gdal_contour
gdaladdo
gdalbuildvrt
gdaldem
gdalenhance
gdalinfo
gdallocationinfo
ogrinfo
ogr2ogr
ogrlineref
nearblack
gdalmanage
gdalmdiminfo
gdalmdimtranslate
gdalsrsinfo
gdaltindex
gdaltransform
gdalwarp
gnmanalyse
gnmmanage
nearblack
ogr2ogr
ogrinfo
ogrlineref
ogrtindex
sozip
AUTO_CLEAN
)
Expand Down
2 changes: 1 addition & 1 deletion ports/gdal/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gdal",
"version-semver": "3.7.3",
"version-semver": "3.8.0",
"description": "The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data",
"homepage": "https://gdal.org",
"license": null,
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2861,7 +2861,7 @@
"port-version": 0
},
"gdal": {
"baseline": "3.7.3",
"baseline": "3.8.0",
"port-version": 0
},
"gdcm": {
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/gdal.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4eb6f65b6e278d02d05adff2de5e9fc0b068dd39",
"version-semver": "3.8.0",
"port-version": 0
},
{
"git-tree": "388e85b332e219ece9bdb669274ca04762500330",
"version-semver": "3.7.3",
Expand Down

0 comments on commit 1fd0a71

Please sign in to comment.