@@ -37,7 +37,7 @@ Reference Platform, but for those that do, their specified versions are
3737
3838Component | Requirements | Optional
3939----------------------- | ------------------------------------------------- | --------
40- OpenVDB Core Library | CMake, C++17 compiler, TBB::tbb | Blosc, ZLib, Log4cplus, IlmBase::Half, Boost::iostream
40+ OpenVDB Core Library | CMake, C++17 compiler, TBB::tbb, Boost::headers | Blosc, ZLib, Log4cplus, IlmBase::Half, Boost::iostream
4141OpenVDB Print | Core Library dependencies | -
4242OpenVDB LOD | Core Library dependencies | -
4343OpenVDB Render | Core Library dependencies | OpenEXR, IlmBase, libpng
@@ -66,7 +66,7 @@ IlmBase | 2.4 | 3.1 | Used half precision floating points and
6666OpenEXR | 2.4 | 3.1 | EXR serialization support | Y | Y | http://www.openexr.com
6767TBB | 2020.2 | 2020.3 | Threading Building Blocks - template library for task parallelism | Y | Y | https://www.threadingbuildingblocks.org
6868ZLIB | 1.2.7 | Latest | Compression library for disk serialization compression | Y | Y | https://www.zlib.net
69- Boost | 1.73 | 1.76 | Components: iostreams, python, numpy | Y | Y | https://www.boost.org
69+ Boost | 1.73 | 1.76 | Components: headers, iostreams, python, numpy | Y | Y | https://www.boost.org
7070LLVM | 10.0.0 | 10.0.0* | Target-independent code generation | Y | Y | https://llvm.org/
7171Bison | 3.0.0 | 3.7.0 | General-purpose parser generator | Y | Y | https://www.gnu.org/software/gcc
7272Flex | 2.6.0 | 2.6.4 | Fast lexical analyzer generator | Y | Y | https://github.com/westes/flex
0 commit comments