aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tbb/vcpkg.json
blob: 300de9c90ef31c5b76ee7500ece25d7391f0160d (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
{
  "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
  "name": "tbb",
  "version": "2022.2.0",
  "description": "Intel's Threading Building Blocks.",
  "homepage": "https://github.com/oneapi-src/oneTBB",
  "license": "Apache-2.0",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "default-features": [
    {
      "name": "hwloc",
      "platform": "!static & !osx & !uwp"
    }
  ],
  "features": {
    "hwloc": {
      "description": "Builds TBB with TBBBind support for Hybrid CPUs or NUMA architectures.",
      "supports": "!static & !osx & !uwp",
      "dependencies": [
        "hwloc"
      ]
    }
  }
}