Skip to content

Commit 16d6da4

Browse files
committed
Updated OpenVDB/NanoVDB to 9.0.0 (Mac/Win/Linux)
1 parent fe18ce5 commit 16d6da4

File tree

122 files changed

+4848
-2420
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+4848
-2420
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Nuparu currently consists of:
2525
* [TBB](https://www.threadingbuildingblocks.org/) 2020.3 (Mac/Win/Linux)
2626
* [Boost](http://www.boost.org) 1.78.0 (Mac/Win/Linux)
2727
* [OpenSubdiv](http://graphics.pixar.com/opensubdiv/docs/intro.html) 3.4.4 (Mac/Win/Linux)
28-
* [OpenVDB](http://www.openvdb.org/) 8.1.0 (Mac/Win/Linux)
29-
* [NanoVDB](http://www.openvdb.org/) 32.3 (Src)
28+
* [OpenVDB](http://www.openvdb.org/) 9.0.0 (Mac/Win/Linux)
29+
* [NanoVDB](http://www.openvdb.org/) 9.0.0 (Src)
3030
* [blosc](https://github.com/Blosc) 1.21.1 (Mac/Win/Linux)
3131
* [Protobuf](https://developers.google.com/protocol-buffers/) 3.17.3 (Mac/Win/Linux)
3232
* [ispc](https://ispc.github.io) 1.16.1 (Mac/Win/Linux)
@@ -49,10 +49,10 @@ Notes:
4949
* Embree is built with a max nested instancing depth of 8.
5050
* OpenEXR is built without version numbers in namespaces.
5151
* OpenSubdiv is built with Ptex, TBB, and OpenGL support on all platforms. Additionally:
52-
* CUDA is supported on Windows, Fedora 34 x86-64, and RHEL
52+
* CUDA is supported on Windows, Fedora 34 x86-64, L4T, and RHEL
5353
* Metal is supported on macOS
5454
* blosc is built without AVX2 support.
55-
* OpenVDB is built without ABI compatibility for OpenVDB 3.x.
55+
* OpenVDB is built without ABI compatibility for OpenVDB 3.x.x and without explicit instantiation.
5656
* dear imgui includes the core imgui library and the GLFW3/OpenGL3 implementation files.
5757
* Only a subset of boost necessary to support OpenVDB and USD is included.
5858
* For boost, the following versions of Python are supported:
@@ -67,5 +67,5 @@ Notes:
6767
* Fedora 34 libraries require GCC 11.2.x on x86-64 and are in lib/linux-gcc11
6868
* Fedora 34 libraries require GCC 11.2.x on ARM arm64 and are in lib/linux-arm
6969
* RHEL libraries require GCC 10.2.x and are in lib/linux-gcc10
70-
* Things with CUDA support are built using CUDA 11.4
70+
* Things with CUDA support are built using CUDA 11.4, except on L4T, in which case CUDA 10.2 is used
7171
* Licenses for each library are included either in each library's include/ directory, or in source files directly.

0 commit comments

Comments
 (0)