planck-likelihood: remove -m64 on ARM (#11902)

This commit is contained in:
Toyohisa Kameyama 2019-07-02 02:48:45 +09:00 committed by Greg Becker
parent 1b3c11e793
commit 54de03548b
2 changed files with 17 additions and 0 deletions

View 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

View File

@ -27,6 +27,7 @@ class PlanckLikelihood(Package):
patch('fortran.patch')
patch('make.patch')
patch('arm.patch', when='target=aarch64')
resource(
name='baseline',