[Bf-blender-cvs] [88a86c025c0] master: Deps: TBB changed their repository URL

Sybren A. Stüvel noreply at git.blender.org
Mon Mar 23 16:05:08 CET 2020


Commit: 88a86c025c0fb29b27b6caf7bd3873114e6e7c45
Author: Sybren A. Stüvel
Date:   Mon Mar 23 16:04:46 2020 +0100
Branches: master
https://developer.blender.org/rB88a86c025c0fb29b27b6caf7bd3873114e6e7c45

Deps: TBB changed their repository URL

As a result the MD5sum of the downloaded package also changed.

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

M	build_files/build_environment/cmake/versions.cmake

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

diff --git a/build_files/build_environment/cmake/versions.cmake b/build_files/build_environment/cmake/versions.cmake
index af0d4e5571d..d1e729a29e5 100644
--- a/build_files/build_environment/cmake/versions.cmake
+++ b/build_files/build_environment/cmake/versions.cmake
@@ -146,8 +146,8 @@ set(PYTHON_URI https://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTH
 set(PYTHON_HASH d33e4aae66097051c2eca45ee3604803)
 
 set(TBB_VERSION 2019_U9)
-set(TBB_URI https://github.com/01org/tbb/archive/${TBB_VERSION}.tar.gz)
-set(TBB_HASH 584edbec127c508f2cd5b6e79ad200fc)
+set(TBB_URI https://github.com/oneapi-src/oneTBB/archive/${TBB_VERSION}.tar.gz)
+set(TBB_HASH 26263622e9187212ec240dcf01b66207)
 
 set(OPENVDB_VERSION 7.0.0)
 set(OPENVDB_URI https://github.com/dreamworksanimation/openvdb/archive/v${OPENVDB_VERSION}.tar.gz)



More information about the Bf-blender-cvs mailing list