mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 11:39:03 +08:00
7d874589dd
* [sundials] update to 5.8.0 * Update CI baseline * [sundials] migrate from deprecated to new functions * Update CI baseline
17 lines
365 B
JSON
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
|
|
}
|
|
]
|
|
}
|