Enable HDF5 build on aarch64 machine #1553
Merged
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.
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.