mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 13:31:48 +08:00
aeabfa9386
* [tbb] update to 2021.11.0 * [tbb] update versions
35 lines
790 B
JSON
35 lines
790 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
|
"name": "tbb",
|
|
"version": "2021.11.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"
|
|
]
|
|
}
|
|
}
|
|
}
|