mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 19:59:00 +08:00
93231afc50
* 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
23 lines
415 B
JSON
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
|
|
}
|
|
]
|
|
}
|