From 8a3cda5b20a212e8fd6fd22b37d0dfbe9432a771 Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Tue, 24 Dec 2024 12:44:46 +0000 Subject: [PATCH] [oneTBB] Update to 2022.0.0 * Update to 2022.0.0 * Update URL to new upstream repo after its move to the UXL foundation --- O/oneTBB/build_tarballs.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/O/oneTBB/build_tarballs.jl b/O/oneTBB/build_tarballs.jl index ce880d012fd..679b1f21efd 100644 --- a/O/oneTBB/build_tarballs.jl +++ b/O/oneTBB/build_tarballs.jl @@ -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"), ]