Now have valgrind on ARMv7, No valgrind on aarch64

This commit is contained in:
Peter Robinson 2013-12-13 11:35:58 +00:00
parent 28506e542e
commit b2cfaeae4d

View File

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