From 6d2d8199e5d01cab2091b02c650e6477ad27ffd1 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 12 Mar 2017 15:18:57 +0000 Subject: [PATCH] and enable mpich too --- boost.spec | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/boost.spec b/boost.spec index ebde934..0f48a47 100644 --- a/boost.spec +++ b/boost.spec @@ -7,11 +7,8 @@ %global boost_docdir __tmp_docdir %global boost_examplesdir __tmp_examplesdir -%ifarch ppc64le - %bcond_with mpich -%else - %bcond_without mpich -%endif +# All arches have mpich +%bcond_without mpich %ifarch s390 # No OpenMPI support on these arches @@ -1300,7 +1297,7 @@ fi %changelog * Sun Mar 12 2017 Peter Robinson 1.63.0-5 -- Enable OpenMPI on ppc64le and s390x now they have support +- Enable OpenMPI/mpich on ppc64le and s390x now they have support * Thu Feb 16 2017 Jonathan Wakely - 1.63.0-4 - Revert Boost.Build change that breaks building for two Python versions.