sionlib: fix for aarch64 (#20525)
This commit is contained in:
parent
0fcedea1d8
commit
7f997f82c2
11
var/spack/repos/builtin/packages/sionlib/for_aarch64.patch
Normal file
11
var/spack/repos/builtin/packages/sionlib/for_aarch64.patch
Normal 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
|
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user