Skip to content

Commit

Permalink
tbb -> v2021.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Apr 15, 2024
1 parent 692cc0f commit 18f923f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 1 addition & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18f923f

Please sign in to comment.