Skip to content

Commit

Permalink
Add mpich support for IMP.nestor
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Apr 24, 2024
1 parent 545f8c8 commit 28ef19f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/rpm/IMP-copr.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,14 @@ Requires: %{name} = %{version}-%{release}
Requires: mpich
%if 0%{?fedora} || 0%{?rhel} >= 8
Requires: python3-mpich
BuildRequires: python3-mpi4py-mpich
%endif
BuildRequires: mpich-devel
# Need for nestor module
%if 0%{?with_python3}
BuildRequires: python3-pyyaml
Requires: python3-pyyaml
%endif

%description mpich
This package contains an IMP.mpi module to add MPI support,
Expand Down
6 changes: 6 additions & 0 deletions tools/rpm/IMP.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,14 @@ Requires: %{name} = %{version}-%{release}
Requires: mpich
%if 0%{?fedora} || 0%{?rhel} >= 8
Requires: python3-mpich
BuildRequires: python3-mpi4py-mpich
%endif
BuildRequires: mpich-devel
# Need for nestor module
%if 0%{?with_python3}
BuildRequires: python3-pyyaml
Requires: python3-pyyaml
%endif

%description mpich
This package contains an IMP.mpi module to add MPI support,
Expand Down

0 comments on commit 28ef19f

Please sign in to comment.