aboutsummaryrefslogtreecommitdiff
path: root/ports/netcdf-c/vcpkg.json
blob: 256a401b46b678f4501172d7b9e30319e6ee5caf (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
{
  "name": "netcdf-c",
  "version": "4.7.4",
  "port-version": 4,
  "description": "A set of self-describing, machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data.",
  "homepage": "https://github.com/Unidata/netcdf-c",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "default-features": [
    "dap",
    "netcdf-4"
  ],
  "features": {
    "dap": {
      "description": "Build with DAP remote access client support",
      "dependencies": [
        "curl"
      ]
    },
    "netcdf-4": {
      "description": "Build with netCDF-4/HDF5 support",
      "dependencies": [
        {
          "name": "hdf5",
          "features": [
            "zlib"
          ]
        }
      ]
    },
    "tools": {
      "description": "Build utilities"
    }
  }
}