From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9C666158086 for ; Thu, 4 Nov 2021 20:54:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8493E0928; Thu, 4 Nov 2021 20:54:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4110E0928 for ; Thu, 4 Nov 2021 20:54:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C879B34308F for ; Thu, 4 Nov 2021 20:54:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C84383 for ; Thu, 4 Nov 2021 20:54:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1636059247.1046711cd37a97269cedbe34b7fbd81fe958d67a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/gromacs/gromacs-2022.9999.ebuild sci-chemistry/gromacs/gromacs-2022_beta1-r1.ebuild sci-chemistry/gromacs/gromacs-2022_beta1-r2.ebuild sci-chemistry/gromacs/gromacs-9999.ebuild X-VCS-Directories: sci-chemistry/gromacs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1046711cd37a97269cedbe34b7fbd81fe958d67a X-VCS-Branch: master Date: Thu, 4 Nov 2021 20:54:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5937494f-45de-44c1-ba9d-a74895bade0c X-Archives-Hash: aa8fcaae04b82b8c173d28fb46abf12c commit: 1046711cd37a97269cedbe34b7fbd81fe958d67a Author: Sam James gentoo org> AuthorDate: Thu Nov 4 20:53:53 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Nov 4 20:54:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1046711c sci-chemistry/gromacs: needs mpi[cxx] Closes: https://bugs.gentoo.org/821712 Signed-off-by: Sam James gentoo.org> sci-chemistry/gromacs/gromacs-2022.9999.ebuild | 2 +- .../{gromacs-2022_beta1-r1.ebuild => gromacs-2022_beta1-r2.ebuild} | 2 +- sci-chemistry/gromacs/gromacs-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-chemistry/gromacs/gromacs-2022.9999.ebuild b/sci-chemistry/gromacs/gromacs-2022.9999.ebuild index beee0f51416..8b7107ecad9 100644 --- a/sci-chemistry/gromacs/gromacs-2022.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-2022.9999.ebuild @@ -47,7 +47,7 @@ CDEPEND=" hwloc? ( sys-apps/hwloc:= ) lapack? ( virtual/lapack ) mkl? ( sci-libs/mkl ) - mpi? ( virtual/mpi ) + mpi? ( virtual/mpi[cxx] ) sci-libs/lmfit:= >=dev-cpp/muParser-2.3:= ${PYTHON_DEPS} diff --git a/sci-chemistry/gromacs/gromacs-2022_beta1-r1.ebuild b/sci-chemistry/gromacs/gromacs-2022_beta1-r2.ebuild similarity index 99% rename from sci-chemistry/gromacs/gromacs-2022_beta1-r1.ebuild rename to sci-chemistry/gromacs/gromacs-2022_beta1-r2.ebuild index beee0f51416..8b7107ecad9 100644 --- a/sci-chemistry/gromacs/gromacs-2022_beta1-r1.ebuild +++ b/sci-chemistry/gromacs/gromacs-2022_beta1-r2.ebuild @@ -47,7 +47,7 @@ CDEPEND=" hwloc? ( sys-apps/hwloc:= ) lapack? ( virtual/lapack ) mkl? ( sci-libs/mkl ) - mpi? ( virtual/mpi ) + mpi? ( virtual/mpi[cxx] ) sci-libs/lmfit:= >=dev-cpp/muParser-2.3:= ${PYTHON_DEPS} diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild index beee0f51416..8b7107ecad9 100644 --- a/sci-chemistry/gromacs/gromacs-9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-9999.ebuild @@ -47,7 +47,7 @@ CDEPEND=" hwloc? ( sys-apps/hwloc:= ) lapack? ( virtual/lapack ) mkl? ( sci-libs/mkl ) - mpi? ( virtual/mpi ) + mpi? ( virtual/mpi[cxx] ) sci-libs/lmfit:= >=dev-cpp/muParser-2.3:= ${PYTHON_DEPS}