[Bf-blender-cvs] [1a1aa5392d7] master: install_deps: Update Boost to 1.73.

Bastien Montagne noreply at git.blender.org
Wed Feb 3 16:04:27 CET 2021


Commit: 1a1aa5392d70612372bedaa85f96ad52f3a676c3
Author: Bastien Montagne
Date:   Wed Feb 3 11:21:49 2021 +0100
Branches: master
https://developer.blender.org/rB1a1aa5392d70612372bedaa85f96ad52f3a676c3

install_deps: Update Boost to 1.73.

See T83246.

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

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



More information about the Bf-blender-cvs mailing list