Adds the Imath package, in prep for upgrading others - #394
Open
nick-l-o3de wants to merge 3 commits into
Open
Conversation
nick-l-o3de
requested review from
amzn-changml,
guillaume-haerinck and
spham-amzn
August 4, 2026 19:05
nick-l-o3de
force-pushed
the
add_imath_library
branch
from
August 14, 2026 16:18
2d10e36 to
6574fce
Compare
OpenEXR, OpenColorIO, OpenImageIO all depend on this. IMath used to be part of OpenEXR but is its own library in the latest versions, which OpenEXR depends on. Signed-off-by: Nicholas Lawson <70027408+nick-l-o3de@users.noreply.github.com>
nick-l-o3de
force-pushed
the
add_imath_library
branch
from
August 14, 2026 17:24
4b107bb to
c304d61
Compare
Signed-off-by: Nicholas Lawson <70027408+nick-l-o3de@users.noreply.github.com>
Signed-off-by: Nicholas Lawson <70027408+nick-l-o3de@users.noreply.github.com>
spham-amzn
approved these changes
Aug 16, 2026
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.
OpenEXR, OpenColorIO, OpenImageIO all depend on this.
IMath used to be part of OpenEXR but is its own library in the latest versions, which OpenEXR depends on.
Note: This also adds the new functionality to the pull_and_build_from_git.py script to allow
file overcopy, and custom cmake file generation to support configs, as well as custom ENV vars being set inside the build environment.