Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <bastien@blender.org>2022-03-31 17:23:14 +0300
committerBastien Montagne <bastien@blender.org>2022-03-31 17:25:02 +0300
commit3d5085375f9b0276c37a001aab91a4a869032dae (patch)
tree79c8139067dd756790587abd19c408ad2e056fcd
parentca28f376f7268151cf380079b5621bf226e54cd2 (diff)
install_deps: default boost version to 1.78 and TBB to 2020_U3.
Re T95206.
-rwxr-xr-xbuild_files/build_environment/install_deps.sh6
1 files changed, 3 insertions, 3 deletions
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