openfoam: Fix for aarch64 (#19803)

* openfoam: Fix for aarch64

* openfoam: Add comment for openfoam-org
This commit is contained in:
t-nojiri 2020-11-14 01:45:42 +09:00 committed by GitHub
parent d40a35e8d7
commit d2673ac56c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -905,7 +905,8 @@ def update_arch(self, spec):
elif target == 'armv7l':
platform += 'ARM7'
elif target == 'aarch64':
platform += 'Arm64'
# overwritten as 'Arm64' in openfoam-org
platform += 'ARM64'
elif target == 'ppc64':
platform += 'PPC64'
elif target == 'ppc64le':