Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[oneTBB] Update to 2022.0.0 #10082

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[oneTBB] Update to 2022.0.0
* Update to 2022.0.0
* Update URL to new upstream repo after its move to the UXL foundation
  • Loading branch information
imciner2 committed Dec 24, 2024
commit 8a3cda5b20a212e8fd6fd22b37d0dfbe9432a771
6 changes: 3 additions & 3 deletions O/oneTBB/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
using BinaryBuilder, Pkg

name = "oneTBB"
version = v"2021.12.0"
version = v"2022.0.0"

# Collection of sources required to complete build
sources = [
GitSource("https://github.com/oneapi-src/oneTBB.git",
"9afd759b72c0c233cd5ea3c3c06b0894c9da9c54"),
GitSource("https://github.com/uxlfoundation/oneTBB.git",
"0c0ff192a2304e114bc9e6557582dfba101360ff"),
DirectorySource("./bundled"),
]

Expand Down