Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <bastien@blender.org>2021-02-08 16:34:38 +0300
committerBastien Montagne <bastien@blender.org>2021-02-08 16:35:05 +0300
commite35182fc057fb822e0215bf3c820931184e2967f (patch)
tree5cfaff98e3bbce280eb5078134313cf99b68f1a6 /build_files
parent711b65407fc37bf07d929d80824c00777ad7b3d2 (diff)
install_deps: Updare OpenVDB to 8.0.1.
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index 16cead024f7..3aa8eee73d8 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -509,10 +509,10 @@ OSD_SKIP=false
# OpenVDB needs to be compiled for now
OPENVDB_BLOSC_VERSION="1.5.0"
-OPENVDB_VERSION="7.0.0"
-OPENVDB_VERSION_SHORT="7.0"
-OPENVDB_VERSION_MIN="7.0"
-OPENVDB_VERSION_MAX="7.1"
+OPENVDB_VERSION="8.0.1"
+OPENVDB_VERSION_SHORT="8.0"
+OPENVDB_VERSION_MIN="8.0"
+OPENVDB_VERSION_MAX="8.1"
OPENVDB_FORCE_BUILD=false
OPENVDB_FORCE_REBUILD=false
OPENVDB_SKIP=false