mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 05:49:00 +08:00
d6c533aae3
* Updated ISMRMRD to version 1.13.2 * Updated baseline
23 lines
415 B
JSON
23 lines
415 B
JSON
{
|
|
"name": "ismrmrd",
|
|
"version": "1.13.2",
|
|
"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
|
|
}
|
|
]
|
|
}
|