Skip to content

Commit

Permalink
[TBB] Update version to 2021.9.0 (microsoft#31081)
Browse files Browse the repository at this point in the history
* [TBB] Update version to 2021.9.0

* version

* new function

* version

* Use vcpkg_install_copyright.

---------

Co-authored-by: Billy Robert O'Neal III <[email protected]>
  • Loading branch information
FrankXie05 and BillyONeal authored Apr 26, 2023
1 parent 12dce3a commit 7194cf0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
5 changes: 2 additions & 3 deletions ports/tbb/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
vcpkg_minimum_required(VERSION 2022-10-12) # for ${VERSION}

set(VCPKG_POLICY_MISMATCHED_NUMBER_OF_BINARIES enabled)

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO oneapi-src/oneTBB
REF "v${VERSION}"
SHA512 72f68730dfd89409796f9548d3c302111787712089688a7c77092ed1b3a7bf4e7444fe4b58015d2c78b7b71259852526789b2483bf1e71bea8146c4b4676e7b4
SHA512 2ece7f678ad7c8968c0ad5cda9f987e4b318c6d9735169e1039beb0ff8dfca18815835875211acc6c7068913d9b0bdd4c9ded22962b0bb48f4a0ce0f7b78f31c
HEAD_REF onetbb_2021
)

Expand Down Expand Up @@ -47,4 +46,4 @@ include(CMakeFindDependencyMacro)
find_dependency(Threads)
${_contents}")

file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt")
2 changes: 1 addition & 1 deletion ports/tbb/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tbb",
"version": "2021.8.0",
"version": "2021.9.0",
"description": "Intel's Threading Building Blocks.",
"homepage": "https://github.com/oneapi-src/oneTBB",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7753,7 +7753,7 @@
"port-version": 0
},
"tbb": {
"baseline": "2021.8.0",
"baseline": "2021.9.0",
"port-version": 0
},
"tcb-span": {
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": "3a44303f590164f98542c516a049e1328a178bc2",
"version": "2021.9.0",
"port-version": 0
},
{
"git-tree": "d08a7732c5a162a88ac98871ebf98869d5490a97",
"version": "2021.8.0",
Expand Down

0 comments on commit 7194cf0

Please sign in to comment.