[TBB] Update version to 2021.9.0 (#31081)

* [TBB] Update version to 2021.9.0

* version

* new function

* version

* Use vcpkg_install_copyright.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
This commit is contained in:
Frank 2023-04-26 13:45:36 +08:00 committed by GitHub
parent 12dce3ae84
commit 7194cf0bd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 5 deletions

View File

@ -1,4 +1,3 @@
vcpkg_minimum_required(VERSION 2022-10-12) # for ${VERSION}
set(VCPKG_POLICY_MISMATCHED_NUMBER_OF_BINARIES enabled) set(VCPKG_POLICY_MISMATCHED_NUMBER_OF_BINARIES enabled)
@ -6,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 72f68730dfd89409796f9548d3c302111787712089688a7c77092ed1b3a7bf4e7444fe4b58015d2c78b7b71259852526789b2483bf1e71bea8146c4b4676e7b4 SHA512 2ece7f678ad7c8968c0ad5cda9f987e4b318c6d9735169e1039beb0ff8dfca18815835875211acc6c7068913d9b0bdd4c9ded22962b0bb48f4a0ce0f7b78f31c
HEAD_REF onetbb_2021 HEAD_REF onetbb_2021
) )
@ -47,4 +46,4 @@ include(CMakeFindDependencyMacro)
find_dependency(Threads) find_dependency(Threads)
${_contents}") ${_contents}")
file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt")

View File

@ -1,6 +1,6 @@
{ {
"name": "tbb", "name": "tbb",
"version": "2021.8.0", "version": "2021.9.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

@ -7753,7 +7753,7 @@
"port-version": 0 "port-version": 0
}, },
"tbb": { "tbb": {
"baseline": "2021.8.0", "baseline": "2021.9.0",
"port-version": 0 "port-version": 0
}, },
"tcb-span": { "tcb-span": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "3a44303f590164f98542c516a049e1328a178bc2",
"version": "2021.9.0",
"port-version": 0
},
{ {
"git-tree": "d08a7732c5a162a88ac98871ebf98869d5490a97", "git-tree": "d08a7732c5a162a88ac98871ebf98869d5490a97",
"version": "2021.8.0", "version": "2021.8.0",