We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to link against OSL libs
The text was updated successfully, but these errors were encountered:
I have this working, but it was non-trivial because OSL and Cycles link to static OIIO and Usd links to dynamic OIIO.
Previously I had switched Cycles to also link to dynamic OIIO, but OSL with Cycles is pre-built to static link OIIO.
I found a somewhat painful workaround, but I'm going to try again for a cleaner one...
Sorry, something went wrong.
@trebconnell Can't you link against statically built cycles libs?
There has been some considerable changes on the Cycle side recently and except openvdb and tbb, everything seems statically linkable:
I also wrote a Github CI to build Cycles, maybe this can help you there: https://github.com/grische/cycles/actions/runs/240177182
No branches or pull requests
Need to link against OSL libs
The text was updated successfully, but these errors were encountered: