diff options
Diffstat (limited to 'vcpkg/scripts/test_ports/vcpkg-ci-gdal')
| -rw-r--r-- | vcpkg/scripts/test_ports/vcpkg-ci-gdal/portfile.cmake | 1 | ||||
| -rw-r--r-- | vcpkg/scripts/test_ports/vcpkg-ci-gdal/vcpkg.json | 64 |
2 files changed, 65 insertions, 0 deletions
diff --git a/vcpkg/scripts/test_ports/vcpkg-ci-gdal/portfile.cmake b/vcpkg/scripts/test_ports/vcpkg-ci-gdal/portfile.cmake new file mode 100644 index 0000000..065116c --- /dev/null +++ b/vcpkg/scripts/test_ports/vcpkg-ci-gdal/portfile.cmake @@ -0,0 +1 @@ +set(VCPKG_POLICY_EMPTY_PACKAGE enabled) diff --git a/vcpkg/scripts/test_ports/vcpkg-ci-gdal/vcpkg.json b/vcpkg/scripts/test_ports/vcpkg-ci-gdal/vcpkg.json new file mode 100644 index 0000000..ee66c61 --- /dev/null +++ b/vcpkg/scripts/test_ports/vcpkg-ci-gdal/vcpkg.json @@ -0,0 +1,64 @@ +{ + "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": [ + "archive", + "freexl" + ] + }, + { + "name": "gdal", + "features": [ + "postgresql" + ], + "platform": "linux" + }, + { + "name": "gdal", + "features": [ + "cfitsio", + "kea", + "poppler" + ], + "platform": "native" + }, + { + "name": "gdal", + "features": [ + "arrow", + "arrow-adbc", + "parquet" + ], + "platform": "(arm64 | x64) & !linux" + }, + { + "name": "gdal", + "features": [ + "mysql-libmariadb" + ], + "platform": "windows & x86" + }, + { + "name": "gdal", + "features": [ + "aws-ec2-windows" + ], + "platform": "windows & !mingw" + }, + { + "name": "tiff", + "features": [ + "lerc", + "libdeflate", + "webp", + "zstd" + ] + } + ] +} |