Skip to content

Commit 97971aa

Browse files
chore(deps): update dependency uxlfoundation/onetbb to v2022.2.0 (#3276)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alexander Andreev <[email protected]>
1 parent e831de5 commit 97971aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ci/env/tbb.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rem ============================================================================
1818
rem req: PowerShell 3.0+
1919
powershell.exe -command "if ($PSVersionTable.PSVersion.Major -ge 3) {exit 1} else {Write-Host \"The script requires PowerShell 3.0 or above (current version: $($PSVersionTable.PSVersion.Major).$($PSVersionTable.PSVersion.Minor))\"}" && goto Error_load
2020

21-
set TBBVERSION=2022.1.0
21+
set TBBVERSION=2022.2.0
2222
set TBBURLROOT=https://github.com/uxlfoundation/oneTBB/releases/download/v%TBBVERSION%/
2323
set TBBPACKAGE=oneapi-tbb-%TBBVERSION%-win
2424

.ci/env/tbb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ set -eo pipefail
2020
SCRIPT_PATH=$(readlink -f "${BASH_SOURCE[0]}")
2121
SCRIPT_DIR=$(dirname "${SCRIPT_PATH}")
2222
ONEDAL_DIR=$(readlink -f "${SCRIPT_DIR}/../..")
23-
TBB_DEFAULT_VERSION=v2022.1.0
23+
TBB_DEFAULT_VERSION=v2022.2.0
2424

2525
# Function to display help
2626
show_help() {

.github/workflows/ci-aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
env:
2828
DEP_DIR: ${{ github.workspace }}/__deps
2929
PYTHON_VERSION: '3.12'
30-
TBB_VERSION: v2022.1.0
30+
TBB_VERSION: v2022.2.0
3131
OPENBLAS_VERSION: v0.3.29
3232
OPENRNG_VERSION: 'v24.04'
3333

0 commit comments

Comments
 (0)