Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable HDF5 build on aarch64 machine
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.
- Loading branch information