feat: SG-44907 - CY2026 - Add support for Qt 6.8.x - #1393
Draft
cedrik-fuoco-adsk wants to merge 8 commits into
Draft
feat: SG-44907 - CY2026 - Add support for Qt 6.8.x#1393cedrik-fuoco-adsk wants to merge 8 commits into
cedrik-fuoco-adsk wants to merge 8 commits into
Conversation
Signed-off-by: Cédrik Fuoco <cedrik.fuoco@autodesk.com>
Signed-off-by: Cédrik Fuoco <cedrik.fuoco@autodesk.com>
Signed-off-by: Cédrik Fuoco <cedrik.fuoco@autodesk.com>
Add for CY2026 to prevent Cython 3.3.0 from breaking numpy 2.3.0's Meson-based source build. Generate from and export it via and so pip's PEP 517 build-isolation environments inherit the pin when installing Python packages. Update the Python3 dependency custom commands to depend on the new constraints files. Signed-off-by: Cédrik Fuoco <cedrik.fuoco@autodesk.com>
Signed-off-by: Cédrik Fuoco <cedrik.fuoco@autodesk.com>
Bring in OpenRV main (SG-44910, SG-44546) on top of Qt 6.8 work.
Signed-off-by: Cédrik Fuoco <cedrik.fuoco@autodesk.com>
CMake 4.4.1 changed Windows FindPython ABI handling to release-only by default, breaking OpenTimelineIO's pip-time against our custom debug Python artifacts (, ). - Add to force to accept any ABI except , and pass it to pip builds via on Windows Debug builds. - In , use the release import library path and the new cache script for Windows Debug, and add the cache file as a dependency of the requirements install step. - Pin the pip Usage cmake [options] <path-to-source> cmake [options] <path-to-existing-build> cmake [options] -S <path-to-source> -B <path-to-build> Specify a source directory to (re-)generate a build system for it in the current working directory. Specify an existing build directory to re-generate its build system. Run 'cmake --help' for more information. wheel to in so OTIO's build-isolation environment does not pull in the incompatible CMake version. Signed-off-by: Cédrik Fuoco <cedrik.fuoco@autodesk.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Linked issues
Summarize your change.
Describe the reason for the change.
Describe what you have tested and on which operating system.
Add a list of changes, and note any that might need special attention during the review.
If possible, provide screenshots.