vcpkg/ports/sundials/vcpkg.json
Ryan Mast 7d874589dd
[sundials] update to 5.8.0 (#20793)
* [sundials] update to 5.8.0

* Update CI baseline

* [sundials] migrate from deprecated to new functions

* Update CI baseline
2021-10-18 14:31:57 -07:00

17 lines
365 B
JSON

{
"name": "sundials",
"version-semver": "5.8.0",
"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
}
]
}