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

Peter Robinson pbrobinson at fedoraproject.org
Sat Jun 18 12:59:41 UTC 2011


commit 7f9e9df90e30ece91a70b22fa70275647f47e590
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sat Jun 18 13:59:24 2011 +0100

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

 openmpi.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/openmpi.spec b/openmpi.spec
index 1c7fe5d..0f48737 100644
--- a/openmpi.spec
+++ b/openmpi.spec
@@ -56,7 +56,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
@@ -232,6 +233,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
+
 * Thu Mar 17 2011 Jay Fenlason <fenlason at redhat.com> 1.5-3
 - Add dt-textrel patch to close
   Resolves: bz679489


More information about the scm-commits mailing list