From 18f923f2840ccaf9a9e593f9d68d2e884b173652 Mon Sep 17 00:00:00 2001 From: Liam Keegan Date: Mon, 15 Apr 2024 10:06:07 +0200 Subject: [PATCH] tbb -> v2021.12.0 --- .github/workflows/release.yml | 2 +- build.sh | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ef29791..783e7c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ env: SPDLOG_VERSION: "v1.13.0" LIBTIFF_VERSION: "v4.6.0" FMT_VERSION: "10.2.1" - TBB_VERSION: "fix_1145_missing_threads_dependency_static_build" + TBB_VERSION: "v2021.12.0" DPL_VERSION: "oneDPL-2022.2.0-rc1" OPENCV_VERSION: "4.9.0" CATCH2_VERSION: "v3.5.4" diff --git a/build.sh b/build.sh index 3f5c104..ee73a3d 100755 --- a/build.sh +++ b/build.sh @@ -296,9 +296,7 @@ ${SUDO_CMD} ninja install cd ../../ # build static version of oneTBB -# use temporary fork until https://github.com/oneapi-src/oneTBB/pull/1248 is merged & included in a release -# upstream repo is oneapi-src -git clone -b $TBB_VERSION --depth 1 https://github.com/lkeegan/oneTBB.git +git clone -b $TBB_VERSION --depth 1 https://github.com/oneapi-src/oneTBB.git cd oneTBB mkdir build cd build