mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:38:59 +08:00
36 lines
688 B
JSON
36 lines
688 B
JSON
{
|
|
"name": "minc",
|
|
"version-string": "2.4.03",
|
|
"port-version": 3,
|
|
"description": "MINC - Medical Image NetCDF or MINC isn't netCDF",
|
|
"homepage": "https://github.com/BIC-MNI/libminc",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "hdf5",
|
|
"default-features": false
|
|
},
|
|
"nifticlib",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"minc1": {
|
|
"description": "Support minc1 file format, requires NETCDF",
|
|
"dependencies": [
|
|
{
|
|
"name": "netcdf-c",
|
|
"default-features": false
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|