[openmpi/f14] Exclude ARM platforms due to current lack of atomic primitives on the platform

Peter Robinson pbrobinson at fedoraproject.org
Sat Jun 18 13:59:48 UTC 2011


commit db7b783ed9d600e9a6247229a9413093b44d5063
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sat Jun 18 14:59:34 2011 +0100

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

 openmpi.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/openmpi.spec b/openmpi.spec
index bf04d91..048fb65 100644
--- a/openmpi.spec
+++ b/openmpi.spec
@@ -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 at 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 at redhat.com> - 1.4.3-1
 - set MANPATH in opempi.module
 - Remove workaround for 617766


More information about the scm-commits mailing list