sionlib: fix for aarch64 (#20525)

This commit is contained in:
Tomoyasu Nojiri 2020-12-28 23:21:49 +09:00 committed by GitHub
parent 0fcedea1d8
commit 7f997f82c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- spack-src/mf/Makefile.defs.linux-gomp.bak 2019-11-20 20:03:44.000000000 +0900
+++ spack-src/mf/Makefile.defs.linux-gomp 2020-12-22 17:23:16.857881412 +0900
@@ -11,7 +11,7 @@
# Platform Settings
#------------------------------------------------------------------------------
PREC = 64
-PFLAG = -m$(PREC)
+PFLAG =
AFLAG =
PLAT = linux

View File

@ -15,6 +15,7 @@ class Sionlib(AutotoolsPackage):
version('1.7.6', sha256='e85253ed3cd17a3b1c124ccd704caea3ad3c200abfcca9cc0851cb14f5a60691', extension='tar.gz')
depends_on('mpi')
patch('for_aarch64.patch', when='target=aarch64:')
def configure_args(self):
args = []