aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/netcdf-cxx4/vcpkg.json
blob: ff189f7db0c06bac53be8a5eab1960ca1ba3376c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "netcdf-cxx4",
  "version": "4.3.1",
  "port-version": 5,
  "description": "a set of machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data.",
  "homepage": "https://github.com/Unidata/netcdf-cxx4",
  "dependencies": [
    "hdf5",
    "netcdf-c",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}