RPM MPI Requires Provides
This commit is contained in:
parent
e283993866
commit
b7bc8de355
@ -32,7 +32,7 @@ Name: boost
|
|||||||
Summary: The free peer-reviewed portable C++ source libraries
|
Summary: The free peer-reviewed portable C++ source libraries
|
||||||
Version: 1.58.0
|
Version: 1.58.0
|
||||||
%define version_enc 1_58_0
|
%define version_enc 1_58_0
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
License: Boost and MIT and Python
|
License: Boost and MIT and Python
|
||||||
|
|
||||||
%define toplev_dirname %{name}_%{version_enc}
|
%define toplev_dirname %{name}_%{version_enc}
|
||||||
@ -471,7 +471,6 @@ This package contains example source files distributed with boost.
|
|||||||
%package openmpi
|
%package openmpi
|
||||||
Summary: Run-Time component of Boost.MPI library
|
Summary: Run-Time component of Boost.MPI library
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Requires: openmpi%{?_isa}
|
|
||||||
BuildRequires: openmpi-devel
|
BuildRequires: openmpi-devel
|
||||||
Requires: boost-serialization%{?_isa} = %{version}-%{release}
|
Requires: boost-serialization%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
@ -526,7 +525,6 @@ back-end to do the parallel work.
|
|||||||
%package mpich
|
%package mpich
|
||||||
Summary: Run-Time component of Boost.MPI library
|
Summary: Run-Time component of Boost.MPI library
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Requires: mpich%{?_isa}
|
|
||||||
BuildRequires: mpich-devel
|
BuildRequires: mpich-devel
|
||||||
Requires: boost-serialization%{?_isa} = %{version}-%{release}
|
Requires: boost-serialization%{?_isa} = %{version}-%{release}
|
||||||
Provides: boost-mpich2 = %{version}-%{release}
|
Provides: boost-mpich2 = %{version}-%{release}
|
||||||
@ -1244,6 +1242,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/bjam.1*
|
%{_mandir}/man1/bjam.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 10 2015 Sandro Mani <manisandro@gmail.com> - 1.58.0-6
|
||||||
|
- Rebuild for RPM MPI Requires Provides Change
|
||||||
|
|
||||||
* Wed Aug 05 2015 Jonathan Wakely <jwakely@redhat.com> 1.58.0-5
|
* Wed Aug 05 2015 Jonathan Wakely <jwakely@redhat.com> 1.58.0-5
|
||||||
- Patch incorrect placement of BOOST_UBLAS_INLINE macros.
|
- Patch incorrect placement of BOOST_UBLAS_INLINE macros.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user