[Bf-blender-cvs] [2ca3a1d2ae7] master: install_deps: Update TBB to 2020_U2

Bastien Montagne noreply at git.blender.org
Mon Feb 8 12:46:25 CET 2021


Commit: 2ca3a1d2ae7b2c08d348f49f90b1b697d80f47a9
Author: Bastien Montagne
Date:   Mon Feb 8 12:45:59 2021 +0100
Branches: master
https://developer.blender.org/rB2ca3a1d2ae7b2c08d348f49f90b1b697d80f47a9

install_deps: Update TBB to 2020_U2

===================================================================

M	build_files/build_environment/install_deps.sh

===================================================================

diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index 08f50dda9c6..16cead024f7 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -445,11 +445,11 @@ BOOST_FORCE_BUILD=false
 BOOST_FORCE_REBUILD=false
 BOOST_SKIP=false
 
-TBB_VERSION="2019"
-TBB_VERSION_SHORT="2019"
-TBB_VERSION_UPDATE="_U9"  # Used for source packages...
+TBB_VERSION="2020"
+TBB_VERSION_SHORT="2020"
+TBB_VERSION_UPDATE="_U2"  # Used for source packages...
 TBB_VERSION_MIN="2018"
-TBB_VERSION_MAX="2021"
+TBB_VERSION_MAX="2022"
 TBB_FORCE_BUILD=false
 TBB_FORCE_REBUILD=false
 TBB_SKIP=false



More information about the Bf-blender-cvs mailing list