[Bf-blender-cvs] [e2ab535e6f9] master: install_deps: Bump OpenEXR to 2.5.5 version.

Bastien Montagne noreply at git.blender.org
Mon Feb 15 17:44:08 CET 2021


Commit: e2ab535e6f9289299727a067a162f9e546d0cc3f
Author: Bastien Montagne
Date:   Mon Feb 15 14:09:06 2021 +0100
Branches: master
https://developer.blender.org/rBe2ab535e6f9289299727a067a162f9e546d0cc3f

install_deps: Bump OpenEXR to 2.5.5 version.

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

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 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



More information about the Bf-blender-cvs mailing list