AcademySoftwareFoundation / openvdb

OpenVDB - Sparse volume data structure and tools
http://www.openvdb.org/
Mozilla Public License 2.0
2.62k stars 647 forks source link

Fix MacOS Houdini Build #1898

Closed danrbailey closed 1 week ago

danrbailey commented 2 weeks ago

There was a missing backslash in the changes made in this PR (https://github.com/AcademySoftwareFoundation/openvdb/pull/1837) which I believe addresses the recent failures in the macos-houdini build. For good measure, I also used the updated version of bash from homebrew in the build script.

danrbailey commented 2 weeks ago

Also needed to pick the arm64 version of Houdini, use Houdini tbb and update the homebrew llvm path to the Apple Silicon location. This will need the Houdini weekly builds to run to cache the Houdini arm64 downloads before this one will succeed.