Skip to content

Commit

Permalink
[gdal] Update to 3.8.2 (microsoft#35818)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt authored Dec 24, 2023
1 parent 04f7d34 commit f1c6efe
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 1a5ddc6a53f54e1c2f36cfd9af0ec05abc48c14207afaa89f449f3c7395f724ff92a8a5936608703dcc8b862e1762b1c3840445f440ebf9437816362aceef931
SHA512 65119bf83d8680cb1648dce8997a131a256856aed1ad16fdb60812c6a159e4e1352e8463cb5c6fcf831113df58d2f6f9b814e13119d593c9319abd7cd63048a6
HEAD_REF master
PATCHES
find-link-libraries.patch
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.8.1",
"version-semver": "3.8.2",
"description": "The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data",
"homepage": "https://gdal.org",
"license": null,
Expand Down
9 changes: 9 additions & 0 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1292,6 +1292,15 @@ vcpkg-ci-freerdp:x64-windows-static-md=pass
vcpkg-ci-freerdp:x64-windows-static=pass
vcpkg-ci-freerdp:x64-windows=pass
vcpkg-ci-freerdp:x86-windows=pass
vcpkg-ci-gdal:arm-neon-android=pass
vcpkg-ci-gdal:arm64-android=pass
vcpkg-ci-gdal:x64-android=pass
vcpkg-ci-gdal:x64-linux=pass
vcpkg-ci-gdal:x64-osx=pass
vcpkg-ci-gdal:x64-windows-static-md=pass
vcpkg-ci-gdal:x64-windows-static=pass
vcpkg-ci-gdal:x64-windows=pass
vcpkg-ci-gdal:x86-windows=pass
vcpkg-ci-llvm:x64-linux=pass
vcpkg-ci-llvm:x64-osx=pass
vcpkg-ci-llvm:x64-windows-static-md=pass
Expand Down
1 change: 1 addition & 0 deletions scripts/test_ports/vcpkg-ci-gdal/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
43 changes: 43 additions & 0 deletions scripts/test_ports/vcpkg-ci-gdal/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"name": "vcpkg-ci-gdal",
"version-date": "2023-12-21",
"description": "Port to force features of certain ports within CI",
"homepage": "https://github.com/microsoft/vcpkg",
"license": "MIT",
"dependencies": [
{
"name": "gdal",
"features": [
"freexl"
]
},
{
"name": "gdal",
"features": [
"postgresql"
],
"platform": "linux"
},
{
"name": "gdal",
"features": [
"cfitsio"
],
"platform": "native"
},
{
"name": "gdal",
"features": [
"mysql-libmariadb"
],
"platform": "windows & x86"
},
{
"name": "gdal",
"features": [
"aws-ec2-windows"
],
"platform": "windows & !mingw"
}
]
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2881,7 +2881,7 @@
"port-version": 0
},
"gdal": {
"baseline": "3.8.1",
"baseline": "3.8.2",
"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": "8c455ae6529676c606b6a031fa62d2c87e72ec86",
"version-semver": "3.8.2",
"port-version": 0
},
{
"git-tree": "33a60f073f77b16b9364659fea34df2cff9ea3ae",
"version-semver": "3.8.1",
Expand Down

0 comments on commit f1c6efe

Please sign in to comment.