[Bf-blender-cvs] [e340f943f50] master: Fix (unreported) install_deps: broken compilation of OIDN.

Bastien Montagne noreply at git.blender.org
Fri Oct 9 17:08:31 CEST 2020


Commit: e340f943f500a06b256ab69dfb9cf5ed5f9d6042
Author: Bastien Montagne
Date:   Fri Oct 9 17:07:16 2020 +0200
Branches: master
https://developer.blender.org/rBe340f943f500a06b256ab69dfb9cf5ed5f9d6042

Fix (unreported) install_deps: broken compilation of OIDN.

When OIDN version was bumped recently the required dependency to build
it (ISPC) was not updated accordingly.

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

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 67b7d805232..a9290438873 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -520,7 +520,7 @@ OIDN_FORCE_BUILD=false
 OIDN_FORCE_REBUILD=false
 OIDN_SKIP=false
 
-ISPC_VERSION="1.14.0"
+ISPC_VERSION="1.14.1"
 
 FFMPEG_VERSION="4.2.3"
 FFMPEG_VERSION_SHORT="4.2"



More information about the Bf-blender-cvs mailing list