2021-06-29 08:58:35 +08:00
{
"name" : "netcdf-c" ,
2021-11-19 13:25:08 +08:00
"version" : "4.8.1" ,
2023-10-04 11:40:26 +08:00
"port-version" : 4 ,
2021-06-29 08:58:35 +08:00
"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" ,
2023-10-04 11:40:26 +08:00
{
"name" : "hdf5" ,
"platform" : "!uwp & !(arm64 & windows)"
} ,
2021-11-19 13:25:08 +08:00
"nczarr" ,
2023-10-04 11:40:26 +08:00
"netcdf-4"
2021-06-29 08:58:35 +08:00
] ,
"features" : {
"dap" : {
"description" : "Build with DAP remote access client support" ,
"dependencies" : [
2021-11-19 13:25:08 +08:00
{
"name" : "curl" ,
"default-features" : false
}
2021-06-29 08:58:35 +08:00
]
} ,
2021-11-19 13:25:08 +08:00
"hdf5" : {
"description" : "Build with HDF5 support" ,
2021-06-29 08:58:35 +08:00
"dependencies" : [
{
"name" : "hdf5" ,
2021-11-19 13:25:08 +08:00
"default-features" : false ,
2021-06-29 08:58:35 +08:00
"features" : [
"zlib"
]
2021-11-19 13:25:08 +08:00
} ,
{
"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" : [
2023-10-04 11:40:26 +08:00
{
"name" : "curl" ,
"default-features" : false
} ,
2021-11-19 13:25:08 +08:00
{
"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"
} ,
2021-06-29 08:58:35 +08:00
"tools" : {
"description" : "Build utilities"
}
}
}