mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 05:49:01 +08:00
c95000e1b5
Co-authored-by: Jim wang (BEYONDSOFT CONSULTING INC) <v-wangjim@microsoft.com>
30 lines
740 B
JSON
30 lines
740 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
|
"name": "tbb",
|
|
"version": "2021.10.0",
|
|
"port-version": 1,
|
|
"description": "Intel's Threading Building Blocks.",
|
|
"homepage": "https://github.com/oneapi-src/oneTBB",
|
|
"license": "Apache-2.0",
|
|
"supports": "(windows & !uwp) | linux | osx | ios | android",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"hwloc": {
|
|
"description": "Builds TBB with TBBBind support for Hibrid CPUs or NUMA architectures.",
|
|
"supports": "!static & !osx",
|
|
"dependencies": [
|
|
"hwloc"
|
|
]
|
|
}
|
|
}
|
|
}
|