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>2021-02-03 13:21:49 +0300
committerBastien Montagne <bastien@blender.org>2021-02-03 18:04:18 +0300
commit1a1aa5392d70612372bedaa85f96ad52f3a676c3 (patch)
tree4d5a437c56ba18382d14698e23982dd9d6a26820
parent3200a135bec5792a26965222aa7dd6a72134b9d4 (diff)
install_deps: Update Boost to 1.73.
See T83246.
-rwxr-xr-xbuild_files/build_environment/install_deps.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index 4b9457c3b3d..298233045a0 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -402,8 +402,8 @@ NUMPY_FORCE_BUILD=false
NUMPY_FORCE_REBUILD=false
NUMPY_SKIP=false
-BOOST_VERSION="1.70.0"
-BOOST_VERSION_SHORT="1.70"
+BOOST_VERSION="1.73.0"
+BOOST_VERSION_SHORT="1.73"
BOOST_VERSION_MIN="1.49"
BOOST_VERSION_MAX="2.0"
BOOST_FORCE_BUILD=false