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

build: fix build_cmake.bash script for aarch64, bump its default version #4581

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

lgritz
Copy link
Collaborator

@lgritz lgritz commented Jan 2, 2025

  • When the script was run on aarch64, it was actually hard-coded to retrieve a version older than we currently require as a minimum. Use the CMAKE_VERSION hint just like we do for x86_64.
  • Bump the default version that this script makes to the latest, 3.31.3. (This does not change OIIO's minimum required cmake version, it merely changes the default if this hepler script that we use for CI is run without any specific version requested.)

* When the script was run on aarch64, it was actually hard-coded
  to retrieve a version older than we currently require as a minimum.
  Use the CMAKE_VERSION hint just like we do for x86_64.
* Bump the default version that this script makes to the latest,
  3.31.3.  (This does not change OIIO's minimum required cmake version,
  it merely changes the default if this hepler script that we use for
  CI is run without any specific version requested.)

Signed-off-by: Larry Gritz <[email protected]>
@lgritz
Copy link
Collaborator Author

lgritz commented Jan 7, 2025

Any objections?

Copy link
Contributor

@grdanny grdanny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks reasonable to me.

@lgritz lgritz merged commit 0ae1f07 into AcademySoftwareFoundation:main Jan 8, 2025
30 checks passed
lgritz added a commit to lgritz/OpenImageIO that referenced this pull request Jan 8, 2025
…ion (AcademySoftwareFoundation#4581)

* When the script was run on aarch64, it was actually hard-coded to
retrieve a version older than we currently require as a minimum. Use the
CMAKE_VERSION hint just like we do for x86_64.
* Bump the default version that this script makes to the latest, 3.31.3.
(This does not change OIIO's minimum required cmake version, it merely
changes the default if this hepler script that we use for CI is run
without any specific version requested.)

Signed-off-by: Larry Gritz <[email protected]>
@lgritz lgritz deleted the lg-cmake branch January 8, 2025 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants