[Bf-blender-cvs] [8647d5af901] master: InstallDeps: Raise minimal & official version of OIIO to 1.7.13.

Bastien Montagne noreply at git.blender.org
Wed Apr 5 09:27:46 CEST 2017


Commit: 8647d5af9015097698984e9864802848914e803c
Author: Bastien Montagne
Date:   Wed Apr 5 09:26:41 2017 +0200
Branches: master
https://developer.blender.org/rB8647d5af9015097698984e9864802848914e803c

InstallDeps: Raise minimal & official version of OIIO to 1.7.13.

As requested by @sergey.

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

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 c65305703bf..7aaa37285c1 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -322,8 +322,8 @@ OPENEXR_FORCE_REBUILD=false
 OPENEXR_SKIP=false
 _with_built_openexr=false
 
-OIIO_VERSION="1.7.8"
-OIIO_VERSION_MIN="1.6.0"
+OIIO_VERSION="1.7.13"
+OIIO_VERSION_MIN="1.7.13"
 OIIO_VERSION_MAX="1.9.0"  # UNKNOWN currently # Not supported by current OSL...
 OIIO_FORCE_BUILD=false
 OIIO_FORCE_REBUILD=false




More information about the Bf-blender-cvs mailing list