aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/hpx/vcpkg.json
blob: 84f17b6a08978723e8bffbf284b60c3221c26ad3 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
  "name": "hpx",
  "version": "1.11.0",
  "description": [
    "The C++ Standards Library for Concurrency and Parallelism",
    "HPX is a C++ Standards Library for Concurrency and Parallelism. It implements all of the corresponding facilities as defined by the C++ Standard. Additionally, in HPX we implement functionalities proposed as part of the ongoing C++ standardization process. We also extend the C++ Standard APIs to the distributed case."
  ],
  "homepage": "https://github.com/STEllAR-GROUP/hpx",
  "license": "BSL-1.0",
  "supports": "!(windows & arm64) & !(windows & staticcrt)",
  "dependencies": [
    "asio",
    "boost-accumulators",
    "boost-config",
    "boost-context",
    "boost-dynamic-bitset",
    "boost-exception",
    "boost-filesystem",
    "boost-iostreams",
    "boost-lockfree",
    "boost-range",
    "boost-spirit",
    "boost-system",
    "boost-throw-exception",
    "boost-variant",
    "boost-winapi",
    {
      "name": "gperftools",
      "platform": "linux"
    },
    "hwloc",
    {
      "name": "pkgconf",
      "host": true
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "default-features": [
    "bzip2",
    "mpi",
    "snappy",
    "zlib"
  ],
  "features": {
    "bzip2": {
      "description": "Build with bzip2 compression",
      "dependencies": [
        "bzip2"
      ]
    },
    "cuda": {
      "description": "Build with CUDA support",
      "supports": "!linux & !(windows & arm)",
      "dependencies": [
        "cuda"
      ]
    },
    "mpi": {
      "description": "Build with MPI parcelport",
      "dependencies": [
        "mpi"
      ]
    },
    "snappy": {
      "description": "Build with snappy compression",
      "dependencies": [
        "snappy"
      ]
    },
    "zlib": {
      "description": "Build with zlib compression",
      "dependencies": [
        "zlib"
      ]
    }
  }
}