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

Enable HDF5 build on aarch64 machine #1553

Merged
merged 1 commit into from
Dec 21, 2024

Conversation

grohli
Copy link
Contributor

@grohli grohli commented Dec 19, 2024

Additional platform check handling in cppbuild.sh for linux-arm64 machines to account for aarch64 as a possible machine type.

New code for the "$MACHINE_TYPE" =~ aarch64 case executes same commands for arm64 machine type, but omitting -m64 flags from g++ and gcc as they are unnecessary and throw errors on aarch64.

Additional platform check handling for linux-arm64 machines to account for aarch64 as a possible machine type.

New code for the `"$MACHINE_TYPE" =~ aarch64` case executes same commands for arm64 machine type, but omitting `-m64` flags from g++ and gcc as they are unnecessary and throw errors on aarch64.
@saudet saudet merged commit 387ac0c into bytedeco:master Dec 21, 2024
3 of 4 checks passed
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