mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[gdal] Update to 3.8.2 (#35818)
This commit is contained in:
parent
04f7d34c26
commit
f1c6efee22
@ -2,7 +2,7 @@ vcpkg_from_github(
|
|||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO OSGeo/gdal
|
REPO OSGeo/gdal
|
||||||
REF "v${VERSION}"
|
REF "v${VERSION}"
|
||||||
SHA512 1a5ddc6a53f54e1c2f36cfd9af0ec05abc48c14207afaa89f449f3c7395f724ff92a8a5936608703dcc8b862e1762b1c3840445f440ebf9437816362aceef931
|
SHA512 65119bf83d8680cb1648dce8997a131a256856aed1ad16fdb60812c6a159e4e1352e8463cb5c6fcf831113df58d2f6f9b814e13119d593c9319abd7cd63048a6
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
PATCHES
|
PATCHES
|
||||||
find-link-libraries.patch
|
find-link-libraries.patch
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "gdal",
|
"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",
|
"description": "The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data",
|
||||||
"homepage": "https://gdal.org",
|
"homepage": "https://gdal.org",
|
||||||
"license": null,
|
"license": null,
|
||||||
|
@ -1292,6 +1292,15 @@ vcpkg-ci-freerdp:x64-windows-static-md=pass
|
|||||||
vcpkg-ci-freerdp:x64-windows-static=pass
|
vcpkg-ci-freerdp:x64-windows-static=pass
|
||||||
vcpkg-ci-freerdp:x64-windows=pass
|
vcpkg-ci-freerdp:x64-windows=pass
|
||||||
vcpkg-ci-freerdp:x86-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-linux=pass
|
||||||
vcpkg-ci-llvm:x64-osx=pass
|
vcpkg-ci-llvm:x64-osx=pass
|
||||||
vcpkg-ci-llvm:x64-windows-static-md=pass
|
vcpkg-ci-llvm:x64-windows-static-md=pass
|
||||||
|
1
scripts/test_ports/vcpkg-ci-gdal/portfile.cmake
Normal file
1
scripts/test_ports/vcpkg-ci-gdal/portfile.cmake
Normal file
@ -0,0 +1 @@
|
|||||||
|
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
|
43
scripts/test_ports/vcpkg-ci-gdal/vcpkg.json
Normal file
43
scripts/test_ports/vcpkg-ci-gdal/vcpkg.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -2881,7 +2881,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"gdal": {
|
"gdal": {
|
||||||
"baseline": "3.8.1",
|
"baseline": "3.8.2",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"gdcm": {
|
"gdcm": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "8c455ae6529676c606b6a031fa62d2c87e72ec86",
|
||||||
|
"version-semver": "3.8.2",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "33a60f073f77b16b9364659fea34df2cff9ea3ae",
|
"git-tree": "33a60f073f77b16b9364659fea34df2cff9ea3ae",
|
||||||
"version-semver": "3.8.1",
|
"version-semver": "3.8.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user