106 lines
2.3 KiB
JSON
106 lines
2.3 KiB
JSON
|
{
|
||
|
"name": "netcdf-c",
|
||
|
"version": "4.8.1",
|
||
|
"port-version": 2,
|
||
|
"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",
|
||
|
"nczarr",
|
||
|
"netcdf-4",
|
||
|
"platform-default-features"
|
||
|
],
|
||
|
"features": {
|
||
|
"dap": {
|
||
|
"description": "Build with DAP remote access client support",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "curl",
|
||
|
"default-features": false
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"hdf5": {
|
||
|
"description": "Build with HDF5 support",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "hdf5",
|
||
|
"default-features": false,
|
||
|
"features": [
|
||
|
"zlib"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"name": "netcdf-c",
|
||
|
"default-features": false,
|
||
|
"features": [
|
||
|
"netcdf-4"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-pkgconfig-get-modules",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"nczarr": {
|
||
|
"description": "Build with NCZarr cloud storage access support",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "netcdf-c",
|
||
|
"default-features": false,
|
||
|
"features": [
|
||
|
"netcdf-4"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"nczarr-zip": {
|
||
|
"description": "Build with NCZarr ZIP support",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "libzip",
|
||
|
"default-features": false
|
||
|
},
|
||
|
{
|
||
|
"name": "netcdf-c",
|
||
|
"default-features": false,
|
||
|
"features": [
|
||
|
"nczarr"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"netcdf-4": {
|
||
|
"description": "Build with netCDF-4 support"
|
||
|
},
|
||
|
"platform-default-features": {
|
||
|
"$comment": "Break vcpkg CI cascade.",
|
||
|
"description": "Enable platform-dependent default features",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "netcdf-c",
|
||
|
"default-features": false,
|
||
|
"features": [
|
||
|
"hdf5"
|
||
|
],
|
||
|
"platform": "!uwp & !(arm64 & windows)"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"tools": {
|
||
|
"description": "Build utilities"
|
||
|
}
|
||
|
}
|
||
|
}
|