aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-gdal/vcpkg.json
blob: ee66c61cfa9cc718e086744c06aa21541675f575 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
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"
      ]
    }
  ]
}