aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-mpi/vcpkg.json
blob: 9cb9d09e77ff1be2b260fc1d792a7f803cb7006e (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
39
40
41
42
43
44
{
  "name": "boost-mpi",
  "version": "1.77.0",
  "description": "Boost mpi module",
  "homepage": "https://github.com/boostorg/mpi",
  "supports": "!uwp",
  "dependencies": [
    "boost-assert",
    {
      "name": "boost-build",
      "host": true
    },
    "boost-config",
    "boost-core",
    "boost-foreach",
    "boost-function",
    "boost-graph",
    "boost-integer",
    "boost-iterator",
    "boost-lexical-cast",
    {
      "name": "boost-modular-build-helper",
      "host": true
    },
    "boost-mpl",
    "boost-optional",
    {
      "name": "boost-python",
      "platform": "!uwp & !(arm & windows) & !emscripten"
    },
    "boost-serialization",
    "boost-smart-ptr",
    "boost-static-assert",
    "boost-throw-exception",
    "boost-type-traits",
    "boost-utility",
    "boost-vcpkg-helpers",
    "mpi",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}