planck-likelihood: remove -m64 on ARM (#11902)
This commit is contained in:
parent
1b3c11e793
commit
54de03548b
16
var/spack/repos/builtin/packages/planck-likelihood/arm.patch
Normal file
16
var/spack/repos/builtin/packages/planck-likelihood/arm.patch
Normal file
@ -0,0 +1,16 @@
|
||||
diff -ur spack-src/Makefile new/Makefile
|
||||
--- spack-src/Makefile 2015-04-28 02:21:27.000000000 +0900
|
||||
+++ new/Makefile 2019-07-01 15:12:04.985193793 +0900
|
||||
@@ -186,10 +186,10 @@
|
||||
else
|
||||
DEFINES = $(DEFINESLINUX) $(DEFINESCOMMON)
|
||||
ifndef CM64
|
||||
-CM64 = -m64
|
||||
+CM64 =
|
||||
endif
|
||||
ifndef FM64
|
||||
-FM64 = -m64
|
||||
+FM64 =
|
||||
endif
|
||||
endif
|
||||
|
@ -27,6 +27,7 @@ class PlanckLikelihood(Package):
|
||||
|
||||
patch('fortran.patch')
|
||||
patch('make.patch')
|
||||
patch('arm.patch', when='target=aarch64')
|
||||
|
||||
resource(
|
||||
name='baseline',
|
||||
|
Loading…
Reference in New Issue
Block a user