PixarAnimationStudios / OpenUSD

Universal Scene Description
http://www.openusd.org
Other
6k stars 1.19k forks source link

Error when building USD with VDB support #3303

Open enrac5 opened 16 hours ago

enrac5 commented 16 hours ago

I am trying to build USD with VDB support and am seeing this error:

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find Boost (missing: iostreams) (found suitable version "1.76.0",
  minimum required is "1.70")
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake/Modules/FindBoost.cmake:2377 (find_package_handle_standard_args)
  openvdb/openvdb/CMakeLists.txt:120 (find_package)

This is on Almalinux 9, and I'm spinning up the build command thusly:

python3 OpenUSD/build_scripts/build_usd.py --openvdb --embree --prman --prman-location /opt/pixar/RenderManProServer-26.2 ~/USD/USD_install/
enrac5 commented 13 hours ago

I was able to build boost, but I'm still seeing the error. The help for the build command doesn't suggest I can point to the boost location.