From 7f9e9df90e30ece91a70b22fa70275647f47e590 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sat, 18 Jun 2011 13:59:24 +0100 Subject: [PATCH] Exclude ARM platforms due to current lack of atomic primitives on the platform --- openmpi.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 1.5-4 +- Exclude ARM platforms due to current lack of "atomic primitives" on the platform + * Thu Mar 17 2011 Jay Fenlason 1.5-3 - Add dt-textrel patch to close Resolves: bz679489