Skip to content

Commit

Permalink
[tbb] Change hwloc into a default feature (microsoft#33586)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov authored Sep 8, 2023
1 parent 7b5ca09 commit db95d1c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
10 changes: 8 additions & 2 deletions ports/tbb/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "tbb",
"version": "2021.10.0",
"port-version": 1,
"port-version": 2,
"description": "Intel's Threading Building Blocks.",
"homepage": "https://github.com/oneapi-src/oneTBB",
"license": "Apache-2.0",
Expand All @@ -17,9 +17,15 @@
"host": true
}
],
"default-features": [
{
"name": "hwloc",
"platform": "!static & !osx"
}
],
"features": {
"hwloc": {
"description": "Builds TBB with TBBBind support for Hibrid CPUs or NUMA architectures.",
"description": "Builds TBB with TBBBind support for Hybrid CPUs or NUMA architectures.",
"supports": "!static & !osx",
"dependencies": [
"hwloc"
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8070,7 +8070,7 @@
},
"tbb": {
"baseline": "2021.10.0",
"port-version": 1
"port-version": 2
},
"tcb-span": {
"baseline": "2022-06-15",
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/tbb.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "376c59cda9f516006ce87b0f5da05be5a67fed7d",
"version": "2021.10.0",
"port-version": 2
},
{
"git-tree": "e8bd03cdf65a8793c09146f67f942afa941c68a0",
"version": "2021.10.0",
Expand Down

0 comments on commit db95d1c

Please sign in to comment.