diff options
Diffstat (limited to 'vcpkg/ports/sundials/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/sundials/vcpkg.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/sundials/vcpkg.json b/vcpkg/ports/sundials/vcpkg.json new file mode 100644 index 0000000..9f80d61 --- /dev/null +++ b/vcpkg/ports/sundials/vcpkg.json @@ -0,0 +1,16 @@ +{ + "name": "sundials", + "version-semver": "7.4.0", + "description": "SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation Solvers)", + "homepage": "https://computing.llnl.gov/projects/sundials", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |