install_deps: Update openVDB to 9.0.

Re {T95206}.
This commit is contained in:
Bastien Montagne 2022-03-31 16:56:34 +02:00
parent 3d5085375f
commit 59681a7ccd
Notes: blender-bot 2023-02-14 06:42:54 +01:00
Referenced by issue #95206, Libraries Changes for Blender 3.2
1 changed files with 5 additions and 5 deletions

View File

@ -502,12 +502,12 @@ OSD_FORCE_REBUILD=false
OSD_SKIP=false
# OpenVDB needs to be compiled for now
OPENVDB_BLOSC_VERSION="1.5.0"
OPENVDB_BLOSC_VERSION="1.21.1"
OPENVDB_VERSION="8.0.1"
OPENVDB_VERSION_SHORT="8.0"
OPENVDB_VERSION_MIN="8.0"
OPENVDB_VERSION_MEX="8.1"
OPENVDB_VERSION="9.0.0"
OPENVDB_VERSION_SHORT="9.0"
OPENVDB_VERSION_MIN="9.0"
OPENVDB_VERSION_MEX="9.1"
OPENVDB_FORCE_BUILD=false
OPENVDB_FORCE_REBUILD=false
OPENVDB_SKIP=false