valgrind not currently supported on aarch64
This commit is contained in:
parent
498c7c8d06
commit
dcf8f675eb
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: openmpi%{?_cc_name_suffix}
|
Name: openmpi%{?_cc_name_suffix}
|
||||||
Version: 1.7.3
|
Version: 1.7.3
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Open Message Passing Interface
|
Summary: Open Message Passing Interface
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: BSD, MIT and Romio
|
License: BSD, MIT and Romio
|
||||||
@ -37,7 +37,7 @@ Patch2: openmpi-format.patch
|
|||||||
|
|
||||||
BuildRequires: gcc-gfortran
|
BuildRequires: gcc-gfortran
|
||||||
#sparc 64 doesn't have valgrind
|
#sparc 64 doesn't have valgrind
|
||||||
%ifnarch %{sparc}
|
%ifnarch %{sparc} aarch64
|
||||||
BuildRequires: valgrind-devel
|
BuildRequires: valgrind-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libibverbs-devel >= 1.1.3, opensm-devel > 3.3.0
|
BuildRequires: libibverbs-devel >= 1.1.3, opensm-devel > 3.3.0
|
||||||
@ -130,7 +130,7 @@ rm -r opal/libltdl
|
|||||||
--enable-opal-multi-threads \
|
--enable-opal-multi-threads \
|
||||||
--with-verbs=/usr \
|
--with-verbs=/usr \
|
||||||
--with-sge \
|
--with-sge \
|
||||||
%ifnarch %{sparc}
|
%ifnarch %{sparc} aarch64
|
||||||
--with-valgrind \
|
--with-valgrind \
|
||||||
--enable-memchecker \
|
--enable-memchecker \
|
||||||
%endif
|
%endif
|
||||||
@ -236,6 +236,9 @@ make check
|
|||||||
%{_sysconfdir}/rpm/macros.%{namearch}
|
%{_sysconfdir}/rpm/macros.%{namearch}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 4 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.7.3-3
|
||||||
|
- valgrind not currently supported on aarch64
|
||||||
|
|
||||||
* Tue Dec 3 2013 Orion Poplawski <orion@cora.nwra.com> 1.7.3-2
|
* Tue Dec 3 2013 Orion Poplawski <orion@cora.nwra.com> 1.7.3-2
|
||||||
- Fix compilation with -Werror=format-security (bug #1037231)
|
- Fix compilation with -Werror=format-security (bug #1037231)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user