aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tbb/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/tbb/vcpkg.json')
-rw-r--r--vcpkg/ports/tbb/vcpkg.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/vcpkg/ports/tbb/vcpkg.json b/vcpkg/ports/tbb/vcpkg.json
new file mode 100644
index 0000000..300de9c
--- /dev/null
+++ b/vcpkg/ports/tbb/vcpkg.json
@@ -0,0 +1,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"
+ ]
+ }
+ }
+}