openfoam: Fix for aarch64 (#19803)
* openfoam: Fix for aarch64 * openfoam: Add comment for openfoam-org
This commit is contained in:
parent
d40a35e8d7
commit
d2673ac56c
@ -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':
|
||||
|
Loading…
Reference in New Issue
Block a user