Closed gerion0 closed 4 years ago
Thanks, I have added tbb as new USE flag. It is required for openvdb, oidn, elbeem (and usd once I get it working). If those flags are not used, then blender compiles for me with tbb disabled. I have enabled tbb by default as elbeem is in the default set.
Apearently Blender depends on TBB (in the default configuration) and fails with a completely dubious error message, when TBB is not present:
Following this error, it searches for TBB in the build files, given that the
WITH_TBB
option is set. From the main CMakeLists file, this is said forWITH_TBB
:Installing
dev-cpp/tbb
solves the configure error. So I think that the ebuild should either hard depend on tbb and setting theWITH_TBB
option explicitly or toggleWITH_TBB
dependend on a use flag and let depend openvdb etc. also on it.This error happens in 2.82 and 2.82a for me.