Commit: 5b5ec0a2e910a42d7c02774a47fd9c70b6f16f06 Author: Bastien Montagne Date: Wed Nov 11 15:08:27 2020 +0100 Branches: master https://developer.blender.org/rB5b5ec0a2e910a42d7c02774a47fd9c70b6f16f06
Fix T82521: Bump OpenImageIO minimum version 1.8 > 2.2.1 for install_deps.sh Since rB6fdcca8de64cd70f, we need at least OpenImageIO 2.1.12 to build Blender. =================================================================== 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 a951f3b4da5..c065b48f6ea 100755 --- a/build_files/build_environment/install_deps.sh +++ b/build_files/build_environment/install_deps.sh @@ -438,7 +438,7 @@ _with_built_openexr=false OIIO_VERSION="2.1.15.0" OIIO_VERSION_SHORT="2.1" -OIIO_VERSION_MIN="1.8" +OIIO_VERSION_MIN="2.1.12" OIIO_VERSION_MAX="3.0" OIIO_FORCE_BUILD=false OIIO_FORCE_REBUILD=false _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
