Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/
Date: Thu, 04 Nov 2021 20:54:22
Message-Id: 1636059247.1046711cd37a97269cedbe34b7fbd81fe958d67a.sam@gentoo
1 commit: 1046711cd37a97269cedbe34b7fbd81fe958d67a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 4 20:53:53 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 4 20:54:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1046711c
7
8 sci-chemistry/gromacs: needs mpi[cxx]
9
10 Closes: https://bugs.gentoo.org/821712
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sci-chemistry/gromacs/gromacs-2022.9999.ebuild | 2 +-
14 .../{gromacs-2022_beta1-r1.ebuild => gromacs-2022_beta1-r2.ebuild} | 2 +-
15 sci-chemistry/gromacs/gromacs-9999.ebuild | 2 +-
16 3 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/sci-chemistry/gromacs/gromacs-2022.9999.ebuild b/sci-chemistry/gromacs/gromacs-2022.9999.ebuild
19 index beee0f51416..8b7107ecad9 100644
20 --- a/sci-chemistry/gromacs/gromacs-2022.9999.ebuild
21 +++ b/sci-chemistry/gromacs/gromacs-2022.9999.ebuild
22 @@ -47,7 +47,7 @@ CDEPEND="
23 hwloc? ( sys-apps/hwloc:= )
24 lapack? ( virtual/lapack )
25 mkl? ( sci-libs/mkl )
26 - mpi? ( virtual/mpi )
27 + mpi? ( virtual/mpi[cxx] )
28 sci-libs/lmfit:=
29 >=dev-cpp/muParser-2.3:=
30 ${PYTHON_DEPS}
31
32 diff --git a/sci-chemistry/gromacs/gromacs-2022_beta1-r1.ebuild b/sci-chemistry/gromacs/gromacs-2022_beta1-r2.ebuild
33 similarity index 99%
34 rename from sci-chemistry/gromacs/gromacs-2022_beta1-r1.ebuild
35 rename to sci-chemistry/gromacs/gromacs-2022_beta1-r2.ebuild
36 index beee0f51416..8b7107ecad9 100644
37 --- a/sci-chemistry/gromacs/gromacs-2022_beta1-r1.ebuild
38 +++ b/sci-chemistry/gromacs/gromacs-2022_beta1-r2.ebuild
39 @@ -47,7 +47,7 @@ CDEPEND="
40 hwloc? ( sys-apps/hwloc:= )
41 lapack? ( virtual/lapack )
42 mkl? ( sci-libs/mkl )
43 - mpi? ( virtual/mpi )
44 + mpi? ( virtual/mpi[cxx] )
45 sci-libs/lmfit:=
46 >=dev-cpp/muParser-2.3:=
47 ${PYTHON_DEPS}
48
49 diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild
50 index beee0f51416..8b7107ecad9 100644
51 --- a/sci-chemistry/gromacs/gromacs-9999.ebuild
52 +++ b/sci-chemistry/gromacs/gromacs-9999.ebuild
53 @@ -47,7 +47,7 @@ CDEPEND="
54 hwloc? ( sys-apps/hwloc:= )
55 lapack? ( virtual/lapack )
56 mkl? ( sci-libs/mkl )
57 - mpi? ( virtual/mpi )
58 + mpi? ( virtual/mpi[cxx] )
59 sci-libs/lmfit:=
60 >=dev-cpp/muParser-2.3:=
61 ${PYTHON_DEPS}