yuzu/externals/vcpkg/ports/sundials/vcpkg.json

17 lines
365 B
JSON
Raw Normal View History

2022-07-23 05:01:36 +04:00
{
"name": "sundials",
"version-semver": "6.2.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
}
]
}