vcpkg/ports/ismrmrd/vcpkg.json
David Christoffer Hansen 93231afc50
[ismrmrd] Update to version 1.13 (#28061)
* updated ISMRMRD

* Updated ISMRMRD to version 1.13.0

* Updated baseline and formatting

* Made it explicit that 32bit platforms are not supported by ISMRMRD

* Updated license.

* Updated version

* Updated versioning
2022-12-01 13:45:30 -08:00

23 lines
415 B
JSON

{
"name": "ismrmrd",
"version": "1.13.0",
"description": "ISMRM Raw Data Format",
"homepage": "https://github.com/ismrmrd/ismrmrd",
"license": "BSD-3-Clause",
"supports": "!(x86 | arm | wasm32)",
"dependencies": [
"boost",
"fftw3",
"hdf5",
"pugixml",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}