build: Update autobuild defaults for some dependencies - #4910
Merged
Conversation
5 tasks
Collaborator
Author
|
I'm investigating which of these bumps is the one that causes the wheel build to fail. |
Raise the version we "autobuild" for some packages: * OpenJPEG 2.5.2 -> 2.5.4 * pybind11 3.0.0 -> 3.0.1 * libtiff 4.6.0 -> 4.7.1 * webp 1.4.0 -> 1.6.0 * libjpeg-turbo 3.0.4 -> 3.1.2 And some minor debugging and other aids along the way: * After a build, on linux, do a `ldd` to verify what libraries are linked dynamically for the logs. * Enhance build_dependency_with_cmake macro to allow optional commands: GIT_COMMIT, GIT_SHALLOW, QUIET * For wheel generation on Linux, had to pin WebP to 1.5 to avoid build issues. Something to look into more later. Signed-off-by: Larry Gritz <lg@larrygritz.com>
lgritz
force-pushed
the
lg-ci-latest
branch
from
September 28, 2025 17:10
030c6a4 to
dd3c976
Compare
Collaborator
Author
|
There were some CI failures in my first draft of this PR, but now they're all fixed, and it's ready for review. |
lgritz
merged commit Sep 29, 2025
46ce8ee
into
AcademySoftwareFoundation:main
92 of 93 checks passed
lgritz
added a commit
to lgritz/OpenImageIO
that referenced
this pull request
Oct 1, 2025
…reFoundation#4910) Raise the version we "autobuild" for some packages: * OpenJPEG 2.5.2 -> 2.5.4 * pybind11 3.0.0 -> 3.0.1 * libtiff 4.6.0 -> 4.7.1 * webp 1.4.0 -> 1.6.0 * libjpeg-turbo 3.0.4 -> 3.1.2 And some minor debugging and other aids along the way: * After a build, on linux, do a `ldd` to verify what libraries are linked dynamically for the logs. * Enhance build_dependency_with_cmake macro to allow optional commands: GIT_COMMIT, GIT_SHALLOW, QUIET Signed-off-by: Larry Gritz <lg@larrygritz.com>
ssh4net
pushed a commit
to ssh4net/OpenImageIO
that referenced
this pull request
Apr 2, 2026
…reFoundation#4910) Raise the version we "autobuild" for some packages: * OpenJPEG 2.5.2 -> 2.5.4 * pybind11 3.0.0 -> 3.0.1 * libtiff 4.6.0 -> 4.7.1 * webp 1.4.0 -> 1.6.0 * libjpeg-turbo 3.0.4 -> 3.1.2 And some minor debugging and other aids along the way: * After a build, on linux, do a `ldd` to verify what libraries are linked dynamically for the logs. * Enhance build_dependency_with_cmake macro to allow optional commands: GIT_COMMIT, GIT_SHALLOW, QUIET Signed-off-by: Larry Gritz <lg@larrygritz.com> Signed-off-by: Vlad (Kuzmin) Erium <libalias@gmail.com>
ssh4net
pushed a commit
to ssh4net/OpenImageIO
that referenced
this pull request
Apr 2, 2026
…reFoundation#4910) Raise the version we "autobuild" for some packages: * OpenJPEG 2.5.2 -> 2.5.4 * pybind11 3.0.0 -> 3.0.1 * libtiff 4.6.0 -> 4.7.1 * webp 1.4.0 -> 1.6.0 * libjpeg-turbo 3.0.4 -> 3.1.2 And some minor debugging and other aids along the way: * After a build, on linux, do a `ldd` to verify what libraries are linked dynamically for the logs. * Enhance build_dependency_with_cmake macro to allow optional commands: GIT_COMMIT, GIT_SHALLOW, QUIET Signed-off-by: Larry Gritz <lg@larrygritz.com> Signed-off-by: Vlad (Kuzmin) Erium <libalias@gmail.com> Signed-off-by: Vlad <shaamaan@gmail.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.
Raise the version we "autobuild" for some packages:
And some minor debugging and other aids along the way:
lddto verify what libraries are linked dynamically for the logs.