[tbb] update to 2022.0.0 (#41952)

This commit is contained in:
c8ef 2024-11-05 16:55:18 +08:00 committed by GitHub
parent 5477b8726e
commit 9935247fce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -5,7 +5,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO oneapi-src/oneTBB REPO oneapi-src/oneTBB
REF "v${VERSION}" REF "v${VERSION}"
SHA512 1f536b98c4eb331c3ba21e4b36362c932d7852b974ea7237b5f7bffb0e996d76f688c7ac534cb56f5866cfdffd5d3f015521b4c2ca21e584503070782ca82a2f SHA512 c87b84964b2c323f61895a532968dfa6413a774c177cffbf6e798a07e74e8da5d449144875771df0a1b02657eeb2a7ae4d41c6c432dbf7ea50e3d5a9ea9f8cd3
HEAD_REF master HEAD_REF master
) )

View File

@ -1,7 +1,7 @@
{ {
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "tbb", "name": "tbb",
"version": "2021.13.0", "version": "2022.0.0",
"description": "Intel's Threading Building Blocks.", "description": "Intel's Threading Building Blocks.",
"homepage": "https://github.com/oneapi-src/oneTBB", "homepage": "https://github.com/oneapi-src/oneTBB",
"license": "Apache-2.0", "license": "Apache-2.0",

View File

@ -8789,7 +8789,7 @@
"port-version": 0 "port-version": 0
}, },
"tbb": { "tbb": {
"baseline": "2021.13.0", "baseline": "2022.0.0",
"port-version": 0 "port-version": 0
}, },
"tcb-span": { "tcb-span": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "1190d84d0e84ec7100662a4c35cd6a27ce532864",
"version": "2022.0.0",
"port-version": 0
},
{ {
"git-tree": "cccf5a7fa805a0a7a9f6a99e74ae0510a90e6b09", "git-tree": "cccf5a7fa805a0a7a9f6a99e74ae0510a90e6b09",
"version": "2021.13.0", "version": "2021.13.0",