@@ -44,11 +44,10 @@ OpenVDB View | Core Library dependencies, OpenGL, GLFW3, GLEW* | -
4444OpenVDB Python | Core Library dependencies, Python, nanobind | NumPy
4545OpenVDB AX | Core Library dependencies, LLVM | Bison, Flex
4646NanoVDB | - | Core Library, CUDA, TBB, Blosc, ZLib
47- OpenVDB UnitTests | Core Library dependencies, GoogleTest | CppUnit**
47+ OpenVDB UnitTests | Core Library dependencies, GoogleTest | -
4848OpenVDB Documentation | Doxygen | -
4949
5050 - @b * GLEW is only required for building the vdb_view binary on Windows.
51- - @b ** CppUnit is only required for building the AX unit tests.
5251 - @b Note - Bison and Flex are only required for re-generation of the AX
5352 grammar which is not typically necessary for the majority of users.
5453
@@ -73,7 +72,6 @@ Python | 3.10 | 3.11 | The python interpreter and libraries
7372nanobind | 2.0.0 | 2.1.0 | C++/python bindings | Y | Y | https://nanobind.readthedocs.io
7473NumPy | 1.23.0 | 1.26.0 | Scientific computing with Python | Y | Y | http://www.numpy.org
7574GoogleTest | 1.10 | Latest | A unit testing framework module for C++ | Y | Y | https://github.com/google/googletest
76- CppUnit | 1.10 | Latest | A unit testing framework module for C++ | N | Y | https://freedesktop.org/wiki/Software/cppunit
7775Blosc | 1.17.0* | 1.17.0 | Recommended dependency for improved disk compression | Y | Y | https://github.com/Blosc/c-blosc/releases
7876Log4cplus | 1.1.2 | Latest | An optional dependency for improved OpenVDB Logging | Y | Y | https://github.com/log4cplus/log4cplus
7977libpng | - | Latest | Library for manipulating PNG images | Y | Y | http://www.libpng.org/pub/png/libpng.html
@@ -155,7 +153,6 @@ apt-get install libpng-dev # libpng
155153apt-get install libopenexr-dev # OpenEXR
156154apt-get install liblog4cplus-dev # Log4cplus
157155apt-get install googletest # GoogleTest
158- apt-get install libcppunit-dev # CppUnit
159156# vdb_view
160157apt-get install libglfw3-dev # GLFW
161158# Documentation
@@ -185,7 +182,6 @@ brew install numpy # NumPy
185182brew install nanobind # nanobind
186183# Unit Tests
187184brew install gtest # GoogleTest
188- brew install cppunit # CppUnit
189185# vdb_view
190186brew install glfw # GLFW
191187# vdb_render
0 commit comments