vcpkg/ports/sundials/vcpkg.json
MonicaLiu fea2ecaea9
[sundials] Update to 7.1.1 (#41414)
Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-10-11 10:44:46 -04:00

17 lines
365 B
JSON

{
"name": "sundials",
"version-semver": "7.1.1",
"description": "SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation Solvers)",
"homepage": "https://computation.llnl.gov/projects/sundials",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}