Add ppc64le to the list of arches that OpenMPI and MPICH don't support
This commit is contained in:
parent
55426ac770
commit
22e9f44fdd
10
boost.spec
10
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 <pmachata@redhat.com> - 1.54.0-10
|
||||
- Add ppc64le to the list of arches that OpenMPI and MPICH don't
|
||||
support.
|
||||
|
||||
* Wed Dec 18 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.54.0-9
|
||||
- Enable MPICH and OpenMPI support on ARM as it's long had them both
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user