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>2020-10-09 18:07:16 +0300
committerBastien Montagne <bastien@blender.org>2020-10-09 18:07:16 +0300
commite340f943f500a06b256ab69dfb9cf5ed5f9d6042 (patch)
tree3d8b23be9ab2ee707a9a27237e0458596ad578e5 /build_files
parent9aef0283a0f18b0c2eb3abf655b8d0507905b2b5 (diff)
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.
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh2
1 files changed, 1 insertions, 1 deletions
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"