From 1de051a7a9b1ae40eebeff3631a9cbcd906a184e Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Fri, 1 Apr 2022 16:42:28 +0200 Subject: install_deps: Updated Alembic to 1.8.3 and OSD to 3.4.4. Re {T95206}. --- build_files/build_environment/install_deps.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh index 491655ebeb0..2afc52fdc8a 100755 --- a/build_files/build_environment/install_deps.sh +++ b/build_files/build_environment/install_deps.sh @@ -493,7 +493,7 @@ OSL_FORCE_REBUILD=false OSL_SKIP=false # OpenSubdiv needs to be compiled for now -OSD_VERSION="3.4.3" +OSD_VERSION="3.4.4" OSD_VERSION_SHORT="3.4" OSD_VERSION_MIN="3.4" OSD_VERSION_MEX="4.0" @@ -513,8 +513,8 @@ OPENVDB_FORCE_REBUILD=false OPENVDB_SKIP=false # Alembic needs to be compiled for now -ALEMBIC_VERSION="1.7.16" -ALEMBIC_VERSION_SHORT="1.7" +ALEMBIC_VERSION="1.8.3" +ALEMBIC_VERSION_SHORT="1.8" ALEMBIC_VERSION_MIN="1.7" ALEMBIC_VERSION_MEX="2.0" ALEMBIC_FORCE_BUILD=false -- cgit v1.2.3