[mpich] Now have valgrind on ARMv7, No valgrind on aarch64

Peter Robinson pbrobinson at fedoraproject.org
Fri Dec 13 11:35:53 UTC 2013


commit b2cfaeae4d62db87a4e3122522eb3e813c229af1
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Fri Dec 13 11:35:58 2013 +0000

    Now have valgrind on ARMv7, No valgrind on aarch64

 mpich.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/mpich.spec b/mpich.spec
index 5e1cb72..d8ba56b 100644
--- a/mpich.spec
+++ b/mpich.spec
@@ -3,7 +3,7 @@
 Summary:	A high-performance implementation of MPI
 Name:		mpich
 Version:	3.0.4
-Release:	5%{?dist}
+Release:	6%{?dist}
 License:	MIT
 Group:		Development/Libraries
 URL:		http://www.mpich.org/
@@ -14,7 +14,7 @@ Patch0:		mpich-modules.patch
 
 BuildRequires:	gcc-gfortran
 BuildRequires:  hwloc-devel >= 1.6
-%ifnarch s390 s390x %{arm}
+%ifnarch s390 s390x aarch64
 BuildRequires:	valgrind-devel
 %endif
 Provides:	mpi
@@ -227,6 +227,10 @@ make check
 %{_mandir}/%{name}/man3/
 
 %changelog
+* Fri Dec 13 2013 Peter Robinson <pbrobinson at fedoraproject.org> 3.0.4-6
+- Now have valgrind on ARMv7
+- No valgrind on aarch64
+
 * Fri Aug 23 2013 Orion Poplawski <orion at cora.nwra.com> - 3.0.4-5
 - Add %%check
 


More information about the scm-commits mailing list