vcpkg/scripts/test_ports/vcpkg-ci-gdal/vcpkg.json
Kai Pastor 187b695031
[poppler] Fix poppler/paraview name clash (#35472)
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>
2024-03-05 23:47:04 -08:00

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"
}
]
}