Skip to content

Commit a2cbc88

Browse files
update onetbb package for 25.3 (#31834)
### Details: - *Update oneTBB package without -flto* ### Tickets: - *CVS-172477,CVS-171525* Co-authored-by: Chen Peter <[email protected]>
1 parent 1c7a306 commit a2cbc88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/dependencies.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ function(ov_download_tbb)
118118
elseif(LINUX AND X86_64 AND OPENVINO_GNU_LIBC AND OV_LIBC_VERSION VERSION_GREATER_EQUAL 2.17)
119119
# build oneTBB 2021.2.1 with gcc 4.8 (glibc 2.17)
120120
RESOLVE_DEPENDENCY(TBB
121-
ARCHIVE_LIN "oneapi-tbb-2021.13.1-lin.tgz"
121+
ARCHIVE_LIN "oneapi-tbb-2021.13.1-lin-release.tgz"
122122
TARGET_PATH "${TEMP}/${PLATFORM_SUBDIR}/tbb"
123123
ENVIRONMENT "TBBROOT"
124-
SHA256 "80a0ba2aa6a45f882944e2afa6dfb4f3691373b43c3424f6749200a564a68dc7"
124+
SHA256 "93cf8ada4793044697f76179247c6a35ca0e47ee2a3a228fc9ed91703aa79730"
125125
USE_NEW_LOCATION TRUE)
126126
elseif(YOCTO_AARCH64)
127127
RESOLVE_DEPENDENCY(TBB

0 commit comments

Comments
 (0)