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

Peter Robinson pbrobinson at fedoraproject.org
Sat Jun 18 13:43:37 UTC 2011


commit 2866357ace00900168c58c094ced040c0c7afb32
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sat Jun 18 14:43:24 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 cb8914b..04d1436 100644
--- a/openmpi.spec
+++ b/openmpi.spec
@@ -19,7 +19,7 @@
 
 Name:			openmpi%{?_cc_name_suffix}
 Version:		1.5
-Release:		3%{?dist}
+Release:		4%{?dist}
 Summary:		Open Message Passing Interface
 Group:			Development/Libraries
 License:		BSD, MIT and Romio
@@ -55,7 +55,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
@@ -229,6 +230,9 @@ rm -rf %{buildroot}
 %{_sysconfdir}/rpm/macros.%{namearch}
 
 %changelog
+* Sat Jun 18 2011 Peter Robinson <pbrobinson at gmail.com> 1.5-4
+- Exclude ARM platforms due to current lack of "atomic primitives" on the platform
+
 * Fri Apr 22 2011 Jay Fenlason <fenlason at redhat.com> 1.5-3
 - Backport dt-textrel patch to close
   Resolves: bz679489


More information about the scm-commits mailing list