[boost] Enable MPICH and OpenMPI support on ARM as it's long had them both

Peter Robinson pbrobinson at fedoraproject.org
Wed Dec 18 12:03:01 UTC 2013


commit 55426ac7703b582dcd8cf4938b787fcde77035c5
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Wed Dec 18 12:02:58 2013 +0000

    Enable MPICH and OpenMPI support on ARM as it's long had them both

 boost.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/boost.spec b/boost.spec
index 9e0c9db..a4ef4db 100644
--- a/boost.spec
+++ b/boost.spec
@@ -7,13 +7,13 @@
 %define boost_docdir __tmp_docdir
 %define boost_examplesdir __tmp_examplesdir
 
-%ifarch %{arm} aarch64
+%ifarch aarch64
   %bcond_with mpich
 %else
   %bcond_without mpich
 %endif
 
-%ifarch s390 s390x %{arm} aarch64
+%ifarch s390 s390x aarch64
   # No OpenMPI support on these arches
   %bcond_with openmpi
 %else
@@ -36,7 +36,7 @@ Name: boost
 Summary: The free peer-reviewed portable C++ source libraries
 Version: 1.54.0
 %define version_enc 1_54_0
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: Boost and MIT and Python
 
 %define toplev_dirname %{name}_%{version_enc}
@@ -1279,6 +1279,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/bjam.1*
 
 %changelog
+* Wed Dec 18 2013 Peter Robinson <pbrobinson at fedoraproject.org> 1.54.0-9
+- Enable MPICH and OpenMPI support on ARM as it's long had them both
+
 * Fri Dec 13 2013 Petr Machata <pmachata at redhat.com> - 1.54.0-8
 - Add aarch64 into the list of arches that OpenMPI doesn't support.
 


More information about the scm-commits mailing list