mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 20:20:24 +08:00
e571da5c6a
* [netcdf-c] Fix build under Linux with dynamic linkage * Add delete bin on *nix comment. * Don't mark semver for unverified-semver port. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
44 lines
921 B
JSON
44 lines
921 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|