Exclude ARM platforms due to current lack of atomic primitives on the platform

This commit is contained in:
Peter Robinson 2011-06-18 14:59:34 +01:00
parent 5d8c83e4c0
commit db7b783ed9
1 changed files with 6 additions and 2 deletions

View File

@ -19,7 +19,7 @@
Name: openmpi%{?_cc_name_suffix}
Version: 1.4.3
Release: 7%{?dist}
Release: 8%{?dist}
Summary: Open Message Passing Interface
Group: Development/Libraries
License: BSD, MIT and Romio
@ -54,7 +54,8 @@ Obsoletes: openmpi-libs
# s390 is unlikely to have the hardware we want, and some of the -devel
# packages we require aren't available there.
ExcludeArch: s390 s390x
# ARM has issues with a lack of "atomic primitives" so we'll exclude it as well for the moment
ExcludeArch: s390 s390x %{arm}
%description
@ -224,6 +225,9 @@ rm -rf %{buildroot}
%{_sysconfdir}/rpm/macros.%{namearch}
%changelog
* Sat Jun 18 2011 Peter Robinson <pbrobinson@gmail.com> 1.4.3-8
- Exclude ARM platforms due to current lack of "atomic primitives" on the platform
* Wed Oct 20 2010 Jay Fenlason <fenlason@redhat.com> - 1.4.3-1
- set MANPATH in opempi.module
- Remove workaround for 617766