Skip to content

Commit 016c7de

Browse files
authored
1 parent 6a1d680 commit 016c7de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/dependencies.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ function(ov_download_tbb)
116116
elseif(LINUX AND X86_64 AND OV_GLIBC_VERSION VERSION_GREATER_EQUAL 2.17)
117117
# build oneTBB 2021.2.1 with gcc 4.8 (glibc 2.17)
118118
RESOLVE_DEPENDENCY(TBB
119-
ARCHIVE_LIN "oneapi-tbb-2021.2.1-lin-canary.tgz"
119+
ARCHIVE_LIN "oneapi-tbb-2021.2.3-lin.tgz"
120120
TARGET_PATH "${TEMP}/tbb"
121121
ENVIRONMENT "TBBROOT"
122-
SHA256 "3a2c2ec79b3cce7e6a2484754ba6f029fa968db2eefc6659540792b7db8fea0c"
122+
SHA256 "f3f2edd8e7875b02220f11ab5b201411d5af6822e525e8da5444b4a666514e8b"
123123
USE_NEW_LOCATION TRUE)
124124
elseif(YOCTO_AARCH64)
125125
RESOLVE_DEPENDENCY(TBB

0 commit comments

Comments
 (0)