mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:28:59 +08:00
fea2ecaea9
Co-authored-by: Monica <v-liumonica@microsoft.com>
17 lines
365 B
JSON
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
|
|
}
|
|
]
|
|
}
|