Commit 0061062
committed
2024.4 - 2025.3 - 2026.1 releases
2024.4 / 2025.3 / 2026.1 releases to address issues in the previous set of releases encountered by consumer
ASWF projects. This highlights the need for more thorough testing of non-Conan project builds in the
resulting ci-XXXX images.
- All releases
- Update rawtoaces 1.1-rc3 to 1.1.0 (no code changes)
- Re-enable building LLVM's compiler-rt, OSL uses it for address space sanitization for instance
- Force Eigen3 CMake files to be generated and installed to allow rawtoaces to find it
- Fix libiconv download URLs (ftpmirror.gnu.org is prefered to ftp.gnu.org)
- OCIO Conan package correctly declares its link time dependencies, consumer packages no longer need to know
about its dependencies
- Correctly handle OIIO Conan package name being different than its CMake target name
- Remove LibRaw-devel from base image, it would confuse CMake for some ASWF project versions which would end up mixing up the newer LibRaw in /usr/local and the older system installed one. - Fix some discrepancies in the Conan 2 environment files (we really need a single source of truth for all version information). - Build command line utilities and Ax when building OpenVDB package, and install missing dependencies for these additional components (glfw3). Ax cannot be built with OpenVDB older than 12.1.0 since this is where support for clang/llvm 16 or newer shows up. - 2024.4 - revert to MaterialX 1.39.1 which is complatible with USD 24.08 - install MaterialX CMake files in expected location - Fix up OCIO CMake dependencies - Allow OIIO to find OCIO, libraw and openj2k dependencies
- Backport OSL fix for serialized CUDA build - 2025.3 - install MaterialX CMake files in expected location
- Update OpenVDB from 12.0.1 to 12.1.0 to allow Ax to build with llvm 16 or newer - 2026.1 - Update IMath from 3.2.0 to 3.2.1
- Update OpenVDB from 12.0.1 to 12.1.0 to allow Ax to build with llvm 16 or newer
Signed-off-by: Jean-Francois Panisset <[email protected]>1 parent 4e1d6b8 commit 0061062
File tree
41 files changed
+674
-556
lines changed- ci-baseqt
- ci-base
- ci-common
- ci-materialx
- ci-ocio
- ci-oiio
- ci-opencue
- ci-openexr
- ci-openfx
- ci-openrv
- ci-openvdb
- ci-osl
- ci-otio
- ci-rawtoaces
- ci-usd
- ci-vfxall
- packages
- common
- conan
- recipes
- eigen
- imath
- ocio
- patches
- oiio
- test_package
- onetbb
- 2020.x
- openvdb
- settings
- profiles_aswftesting
- profiles_aswf
- python/aswfdocker/data
- scripts
- common
- vfx
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+674
-556
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
6 | 37 | | |
7 | 38 | | |
8 | 39 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments