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 3.0.4-6 +- Now have valgrind on ARMv7 +- No valgrind on aarch64 + * Fri Aug 23 2013 Orion Poplawski - 3.0.4-5 - Add %%check