Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
Relax minimum version of mercury
Browse files Browse the repository at this point in the history
Due to rpm-software-management/yum#124

Signed-off-by: Brian J. Murrell <[email protected]>
  • Loading branch information
brianjmurrell committed May 8, 2020
1 parent efc0e57 commit ac28758
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions utils/rpms/cart.spec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ Source1: scons_local-%{version}.tar.gz

BuildRequires: scons >= 2.4
BuildRequires: openpa-devel
BuildRequires: mercury-devel >= 2.0.0~a1-1, mercury-devel < 2.0.0a1,
BuildRequires: mercury-devel < 2.0.0a1
# we ideally want to set this minimum version however it seems to confuse yum:
# https://github.com/rpm-software-management/yum/issues/124
#BuildRequires: mercury-devel >= 2.0.0~a1
BuildRequires: openmpi3-devel
BuildRequires: libpsm2-devel
BuildRequires: libevent-devel
Expand All @@ -38,7 +41,10 @@ Provides: %{name}-%{sha1}
# This should only be temporary until we can get a stable upstream release
# of mercury, at which time the autoprov shared library version should
# suffice
Requires: mercury >= 2.0.0~a1-1, mercury < 2.0.0a1,
Requires: mercury < 2.0.0a1
# we ideally want to set this minimum version however it seems to confuse yum:
# https://github.com/rpm-software-management/yum/issues/124
#Requires: mercury >= 2.0.0~a1

%description
Collective and RPC Transport (CaRT)
Expand All @@ -57,7 +63,10 @@ Requires: %{name} = %{version}-%{release}
Requires: libuuid-devel
Requires: libyaml-devel
Requires: boost-devel
Requires: mercury-devel >= 2.0.0, mercury-devel < 2.0.0a1,
Requires: mercury-devel < 2.0.0a1
# we ideally want to set this minimum version however it seems to confuse yum:
# https://github.com/rpm-software-management/yum/issues/124
#Requires: mercury >= 2.0.0~a1
Requires: openpa-devel
Requires: hwloc-devel
%if %{defined sha1}
Expand Down

0 comments on commit ac28758

Please sign in to comment.