diff options
Diffstat (limited to 'vcpkg/ports/minc/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/minc/vcpkg.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/vcpkg/ports/minc/vcpkg.json b/vcpkg/ports/minc/vcpkg.json new file mode 100644 index 0000000..6537b60 --- /dev/null +++ b/vcpkg/ports/minc/vcpkg.json @@ -0,0 +1,34 @@ +{ + "name": "minc", + "version": "2.4.6", + "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 + } + ] + } + } +} |