[Bf-blender-cvs] [3d5085375f9] master: install_deps: default boost version to 1.78 and TBB to 2020_U3.

Bastien Montagne noreply at git.blender.org
Thu Mar 31 16:25:10 CEST 2022


Commit: 3d5085375f9b0276c37a001aab91a4a869032dae
Author: Bastien Montagne
Date:   Thu Mar 31 16:23:14 2022 +0200
Branches: master
https://developer.blender.org/rB3d5085375f9b0276c37a001aab91a4a869032dae

install_deps: default boost version to 1.78 and TBB to 2020_U3.

Re  T95206.

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

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 41c6fa495d8..0cf5061728f 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -432,8 +432,8 @@ PYTHON_MODULES_PIP=(
 )
 
 
-BOOST_VERSION="1.73.0"
-BOOST_VERSION_SHORT="1.73"
+BOOST_VERSION="1.78.0"
+BOOST_VERSION_SHORT="1.78"
 BOOST_VERSION_MIN="1.49"
 BOOST_VERSION_MEX="2.0"
 BOOST_FORCE_BUILD=false
@@ -442,7 +442,7 @@ BOOST_SKIP=false
 
 TBB_VERSION="2020"
 TBB_VERSION_SHORT="2020"
-TBB_VERSION_UPDATE="_U2"  # Used for source packages...
+TBB_VERSION_UPDATE="_U3"  # Used for source packages...
 TBB_VERSION_MIN="2018"
 TBB_VERSION_MEX="2022"
 TBB_FORCE_BUILD=false



More information about the Bf-blender-cvs mailing list