Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix install of .so symlink #1633

Merged
merged 1 commit into from
Feb 10, 2024

Commits on Feb 10, 2024

  1. Fix install of symlink

    PR AcademySoftwareFoundation#1624 caused the .so symlink without the `OPENEXR_LIB_SUFFIX`
    (e.g. libOpenEXR.so which links to libOpenEXR-3_2.so) to get created
    in the wrong directory. This caused certain invocations of cmake to
    fail, even though the invocation in the CI succeeded. It's not at all
    clear why.
    
    This also changes the CI to invoke cmake in the way that previously
    failed (e.g. from the top-level directory with `-B` and `-S`), as an additional check.
    
    Signed-off-by: Cary Phillips <cary@ilm.com>
    cary-ilm committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    525ce54 View commit details
    Browse the repository at this point in the history