aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-odeint/vcpkg.json
blob: ffab599347768ee3565b594913a2c26ee2b98911 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
  "name": "boost-odeint",
  "version": "1.77.0",
  "port-version": 1,
  "description": "Boost odeint module",
  "homepage": "https://github.com/boostorg/odeint",
  "dependencies": [
    "boost-array",
    "boost-assert",
    "boost-bind",
    "boost-compute",
    "boost-config",
    "boost-core",
    "boost-function",
    "boost-fusion",
    "boost-iterator",
    "boost-math",
    "boost-mpl",
    "boost-multi-array",
    "boost-preprocessor",
    "boost-range",
    "boost-static-assert",
    "boost-throw-exception",
    "boost-type-traits",
    "boost-ublas",
    "boost-units",
    "boost-utility",
    "boost-vcpkg-helpers"
  ],
  "features": {
    "mpi": {
      "description": "Support parallelization with MPI",
      "dependencies": [
        "boost-mpi"
      ]
    }
  }
}