Jean-Francois Panisset

Results 17 comments of Jean-Francois Panisset

The VFX-platform specific Python version which gets installed inside the containers is separate from the version which runs the aswfdocker tool and for which the Python dependencies need to be...

Gut feeling is that projects prefer using GitHub Issues which are more readily discoverable and better integrated with GitHub centric dev process, and may not require full power / complexity...

This is now addressed in 2024 VFX platform releases, MaterialX is now built as shared libraries. ``` ./lib/libMaterialXRender.so ./lib/libMaterialXRender.so.1 ./lib/libMaterialXFormat.so ./lib/libMaterialXFormat.so.1 ./lib/libMaterialXGenMsl.so.1 ./lib/libMaterialXGenGlsl.so.1.38.8 ./lib/libMaterialXRenderGlsl.so ./lib/libMaterialXRenderOsl.so ./lib/libMaterialXGenShader.so.1 ./lib/libMaterialXRenderHw.so ./lib/libMaterialXGenShader.so ./lib/libMaterialXCore.so.1 ./lib/libMaterialXRenderOsl.so.1...

This should be addressed in upcoming 2024.1 version, where OCIO will be compiled with `-DOCIO_USE_OIIO_FOR_APPS=OFF` to break the circular dependencies: OCIO utilities will be built against OpenEXR only.

Having just run into something similar on Ubuntu, the `pyyaml` package (optionally?) depends on `libyaml` and its `yaml.h` header file. On Ubuntu: ``` sudo apt install libyaml-dev ``` did the...

Looks like DCO is missing from commit https://github.com/AcademySoftwareFoundation/tac/pull/155/commits/bb9d05a400b0f60cea8f023802bb28a83ee41da2

To get the process started, a ticket could be opened with LF releng team to have a rez project created under the ASWF sonarcloud org.