and enable mpich too

This commit is contained in:
Peter Robinson 2017-03-12 15:18:57 +00:00
parent 3da9bab88b
commit 6d2d8199e5
1 changed files with 3 additions and 6 deletions

View File

@ -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 <pbrobinson@fedoraproject.org> 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 <jwakely@redhat.com> - 1.63.0-4
- Revert Boost.Build change that breaks building for two Python versions.