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

Re  T95206.
This commit is contained in:
Bastien Montagne 2022-03-31 16:23:14 +02:00
parent ca28f376f7
commit 3d5085375f
Notes: blender-bot 2023-02-14 11:00:17 +01:00
Referenced by issue #95206, Libraries Changes for Blender 3.2
1 changed files with 3 additions and 3 deletions

View File

@ -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