[Bf-blender-cvs] [f3115421828] blender-v2.93-release: Fix T90719: Boost sources dowload address needed to be updated.

Bastien Montagne noreply at git.blender.org
Mon Aug 23 11:56:26 CEST 2021


Commit: f3115421828e974518e459bde7bc7942a9090554
Author: Bastien Montagne
Date:   Tue Aug 17 18:00:37 2021 +0200
Branches: blender-v2.93-release
https://developer.blender.org/rBf3115421828e974518e459bde7bc7942a9090554

Fix T90719: Boost sources dowload address needed to be updated.

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

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 7cd21b2885c..d589d8f91bf 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -1019,7 +1019,7 @@ PRINT ""
 PYTHON_SOURCE=( "https://www.python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSION.tgz" )
 
 _boost_version_nodots=`echo "$BOOST_VERSION" | sed -r 's/\./_/g'`
-BOOST_SOURCE=( "https://dl.bintray.com/boostorg/release/$BOOST_VERSION/source/boost_$_boost_version_nodots.tar.bz2" )
+BOOST_SOURCE=( "https://boostorg.jfrog.io/artifactory/main/release/$BOOST_VERSION/source/boost_$_boost_version_nodots.tar.bz2" )
 BOOST_BUILD_MODULES="--with-system --with-filesystem --with-thread --with-regex --with-locale --with-date_time --with-wave --with-iostreams --with-python --with-program_options --with-serialization --with-atomic"
 
 TBB_SOURCE=( "https://github.com/oneapi-src/oneTBB/archive/$TBB_VERSION$TBB_VERSION_UPDATE.tar.gz" )



More information about the Bf-blender-cvs mailing list