From b7bc8de35542299a3e26e09db6426ee06b56f399 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Aug 11 2015 03:56:49 +0000 Subject: RPM MPI Requires Provides --- diff --git a/boost.spec b/boost.spec index 63177ed..4421701 100644 --- a/boost.spec +++ b/boost.spec @@ -32,7 +32,7 @@ Name: boost Summary: The free peer-reviewed portable C++ source libraries Version: 1.58.0 %define version_enc 1_58_0 -Release: 5%{?dist} +Release: 6%{?dist} License: Boost and MIT and Python %define toplev_dirname %{name}_%{version_enc} @@ -471,7 +471,6 @@ This package contains example source files distributed with boost. %package openmpi Summary: Run-Time component of Boost.MPI library Group: System Environment/Libraries -Requires: openmpi%{?_isa} BuildRequires: openmpi-devel Requires: boost-serialization%{?_isa} = %{version}-%{release} @@ -526,7 +525,6 @@ back-end to do the parallel work. %package mpich Summary: Run-Time component of Boost.MPI library Group: System Environment/Libraries -Requires: mpich%{?_isa} BuildRequires: mpich-devel Requires: boost-serialization%{?_isa} = %{version}-%{release} Provides: boost-mpich2 = %{version}-%{release} @@ -1244,6 +1242,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/bjam.1* %changelog +* Mon Aug 10 2015 Sandro Mani - 1.58.0-6 +- Rebuild for RPM MPI Requires Provides Change + * Wed Aug 05 2015 Jonathan Wakely 1.58.0-5 - Patch incorrect placement of BOOST_UBLAS_INLINE macros.