Closed mike-truk closed 1 year ago
Filed as internal issue #USD-6478
I'm working on upgrading Fedora Linux to OpenColorIO 2.0 and ran into this as well. Any update?
Also trying to get usd Imaging to build against OpenColorIO 2.0 I fixed some of the issues, but still don't know what will be the equivalent of getGpuLut3D and getGpuShaderText, I can not find much info about that
Any news on this one? Any plan on fixing this/supporting OCIO 2.x in an upcoming release? Thanks in advance
Pixar is currently still working on moving to vfx2020 for our internal codebase, i.e. python 3, which is a large undertaking. Once that is completed, we will start working towards 2021 or 2022; currently we do not even build OCIO 2.0.
In advance of that (which I would not expect to be ready till late this year or early next), if someone wanted to work on a PR that supported both 1.1.x and 2.x, we would certainly consider it!
Checking in on current status. USD is the only consumer of my opencolorio1
compat package on Fedora.
Hi @hobbes1069 , we will be working on VFX CY2022 adoption starting in the new year, and that will bring us to OCIO 2.1 . We think this should land for USD 23.05 or 23.08
On a whim I tried building with 22.05b in Fedora and the build completed. I don't know if this is a good thing or not but it fixed my immediate problem.
I believe this issue was addressed by b08e77faea in the 22.05 release as @hobbes1069 mentioned. Closing this out.
Description of Issue
USD 20.11 release and dev branches failing to build against OCIO 2.0 with the following error:
Please let me know if there is any other info that would be helpful - thank you for having a look.
System Information (OS, Hardware)
OS: Ubuntu 20.04 focal Kernel: x86_64 Linux 5.4.0-52-generic CPU: Intel Core i5-5250U @ 4x 2.7GHz
Package Versions
Build Flags
cmake \ -D CMAKE_INSTALL_PREFIX=/usr/local \ -D PXR_USE_PYTHON_3=ON \ -D PYTHON_LIBRARY=$HOME/.pyenv/versions/3.7.9/lib/libpython3.7m.so \ -D PYSIDEUICBINARY=$HOME/.pyenv/versions/3.7.9/lib/python3.7/site-packages/PySide2/uic \ -D PXR_BUILD_MONOLITHIC=ON \ -D PXR_ENABLE_OSL_SUPPORT=ON \ -D PXR_ENABLE_OPENVDB_SUPPORT=ON \ -D PXR_BUILD_OPENIMAGEIO_PLUGIN=ON \ -D PXR_BUILD_OPENCOLORIO_PLUGIN=ON \ -D PXR_BUILD_MATERIALX_PLUGIN=ON \ -D PXR_BUILD_ALEMBIC_PLUGIN=ON \ -D PXR_BUILD_EMBREE_PLUGIN=ON \ ..