aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/sundials/vcpkg.json
blob: 9f80d617f1bb0e566a61651e904a2aa277e4640b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
    }
  ]
}