mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-13 10:41:49 +08:00
187b695031
Cherry-picked from #35437: Add a test port which covers non-default features of `gdal`. Fix duplicate symbol definition in poppler and paraview found by the test-port. (https://github.com/microsoft/vcpkg/pull/35437#issuecomment-1837431578. paraview using vtk using gdal using poppler.) Disallow cascaded failure of gdal. --------- Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
46 lines
814 B
JSON
46 lines
814 B
JSON
{
|
|
"name": "vcpkg-ci-gdal",
|
|
"version-date": "2023-12-28",
|
|
"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",
|
|
"kea",
|
|
"poppler"
|
|
],
|
|
"platform": "native"
|
|
},
|
|
{
|
|
"name": "gdal",
|
|
"features": [
|
|
"mysql-libmariadb"
|
|
],
|
|
"platform": "windows & x86"
|
|
},
|
|
{
|
|
"name": "gdal",
|
|
"features": [
|
|
"aws-ec2-windows"
|
|
],
|
|
"platform": "windows & !mingw"
|
|
}
|
|
]
|
|
}
|