From 22e9f44fdd18b0b44ceb3dba7c32027d04f2aa6e Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Thu, 9 Jan 2014 19:58:21 +0100 Subject: [PATCH] Add ppc64le to the list of arches that OpenMPI and MPICH don't support --- boost.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/boost.spec b/boost.spec index a4ef4db..1c51185 100644 --- a/boost.spec +++ b/boost.spec @@ -7,13 +7,13 @@ %define boost_docdir __tmp_docdir %define boost_examplesdir __tmp_examplesdir -%ifarch aarch64 +%ifarch aarch64 ppc64le %bcond_with mpich %else %bcond_without mpich %endif -%ifarch s390 s390x aarch64 +%ifarch s390 s390x aarch64 ppc64le # 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: 9%{?dist} +Release: 10%{?dist} License: Boost and MIT and Python %define toplev_dirname %{name}_%{version_enc} @@ -1279,6 +1279,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/bjam.1* %changelog +* Thu Jan 9 2014 Petr Machata - 1.54.0-10 +- Add ppc64le to the list of arches that OpenMPI and MPICH don't + support. + * Wed Dec 18 2013 Peter Robinson 1.54.0-9 - Enable MPICH and OpenMPI support on ARM as it's long had them both