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>2021-02-15 16:09:06 +0300
committerBastien Montagne <bastien@blender.org>2021-02-15 19:44:03 +0300
commite2ab535e6f9289299727a067a162f9e546d0cc3f (patch)
tree6c41918567f35f561210f750d47fffe8f5ebc0a6 /build_files
parent0df76ecbf3468ba2f23f671009cbdea9fe83c928 (diff)
install_deps: Bump OpenEXR to 2.5.5 version.
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index 318da4f6183..8ae08fa0c9c 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -462,9 +462,9 @@ OCIO_FORCE_BUILD=false
OCIO_FORCE_REBUILD=false
OCIO_SKIP=false
-OPENEXR_VERSION="2.4.0"
-OPENEXR_VERSION_SHORT="2.4"
-OPENEXR_VERSION_MIN="2.3"
+OPENEXR_VERSION="2.5.5"
+OPENEXR_VERSION_SHORT="2.5"
+OPENEXR_VERSION_MIN="2.4"
OPENEXR_VERSION_MAX="3.0"
OPENEXR_FORCE_BUILD=false
OPENEXR_FORCE_REBUILD=false