You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm planning to use Cycles in Gaffer next week so I want to try and build a version at home first and l'll report my issues here.
Issue 01 - Multiple ISAs not allowed in Clang
I think the most portable way to deal with it is to use embree's instructions detection by using:
-D EMBREE_MAX_ISA=DEFAULT
This detects the current CPU's instruction technology and only build that one. It might be an issue in CI and Docker but I think it's cross platform for the rest.
Error
But different instructions are requested later on in the build resulting in the following errors:
Recently the Cycles standalone introduced their own FindEmbree.cmake which might not be smart enough to have any custom cmake-related flags/defines over the one which is generated by Embree itself. What I'd try is deleting the one which comes with Cycles and make it use the one that Embree builds and see what happens.
I am guessing you are building on macOS, let me know how that goes as I've never tried.
Hi,
I'm planning to use Cycles in Gaffer next week so I want to try and build a version at home first and l'll report my issues here.
Issue 01 - Multiple ISAs not allowed in Clang
I think the most portable way to deal with it is to use embree's instructions detection by using:
-D EMBREE_MAX_ISA=DEFAULT
Error
But different instructions are requested later on in the build resulting in the following errors:
I'm still debugging it but if you have an idea :)
Thanks
The text was updated successfully, but these errors were encountered: