[Bf-blender-cvs] [21b47997936] master: install_deps: Update OIIO to 1.1.15.1.

Bastien Montagne noreply at git.blender.org
Thu Jul 29 17:00:58 CEST 2021


Commit: 21b4799793600dc3df9e7e57e17fc0437efa6084
Author: Bastien Montagne
Date:   Thu Jul 29 12:13:31 2021 +0200
Branches: master
https://developer.blender.org/rB21b4799793600dc3df9e7e57e17fc0437efa6084

install_deps: Update OIIO to 1.1.15.1.

Ref. T88438.

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

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 40f764bd644..80ef4cb5bb5 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -474,10 +474,10 @@ OPENEXR_FORCE_REBUILD=false
 OPENEXR_SKIP=false
 _with_built_openexr=false
 
-OIIO_VERSION="2.1.15.0"
-OIIO_VERSION_SHORT="2.1"
+OIIO_VERSION="2.2.15.1"
+OIIO_VERSION_SHORT="2.2"
 OIIO_VERSION_MIN="2.1.12"
-OIIO_VERSION_MAX="2.2.10"
+OIIO_VERSION_MAX="2.3.0"
 OIIO_FORCE_BUILD=false
 OIIO_FORCE_REBUILD=false
 OIIO_SKIP=false



More information about the Bf-blender-cvs mailing list