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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 53956158086 for ; Tue, 26 Oct 2021 07:39:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F884E07B3; Tue, 26 Oct 2021 07:39:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 87841E07B3 for ; Tue, 26 Oct 2021 07:39:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A93D13439C0 for ; Tue, 26 Oct 2021 07:39:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12A5F8F for ; Tue, 26 Oct 2021 07:39:52 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1635233979.7ad99109ba539795b0ca4ee887734b4930937679.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/gromacs/gromacs-2019.6.ebuild sci-chemistry/gromacs/gromacs-2020.6.ebuild sci-chemistry/gromacs/gromacs-2021.3.ebuild sci-chemistry/gromacs/gromacs-2021.9999.ebuild sci-chemistry/gromacs/gromacs-9999.ebuild X-VCS-Directories: sci-chemistry/gromacs/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 7ad99109ba539795b0ca4ee887734b4930937679 X-VCS-Branch: master Date: Tue, 26 Oct 2021 07:39:52 +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: 7166f017-aeb6-4deb-8a12-05cc90bd5f44 X-Archives-Hash: 3d8233df3fadf05a85ba43b0782208bd commit: 7ad99109ba539795b0ca4ee887734b4930937679 Author: Pacho Ramos gentoo org> AuthorDate: Tue Oct 26 07:30:29 2021 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Oct 26 07:39:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad99109 sci-chemistry/gromacs: Needs to be rebuilt with lmfit soname changes Also fix hwloc dep for old gromacs Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Pacho Ramos gentoo.org> sci-chemistry/gromacs/gromacs-2019.6.ebuild | 4 ++-- sci-chemistry/gromacs/gromacs-2020.6.ebuild | 4 ++-- sci-chemistry/gromacs/gromacs-2021.3.ebuild | 2 +- sci-chemistry/gromacs/gromacs-2021.9999.ebuild | 2 +- sci-chemistry/gromacs/gromacs-9999.ebuild | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sci-chemistry/gromacs/gromacs-2019.6.ebuild b/sci-chemistry/gromacs/gromacs-2019.6.ebuild index b93b01a654e..1205c381557 100644 --- a/sci-chemistry/gromacs/gromacs-2019.6.ebuild +++ b/sci-chemistry/gromacs/gromacs-2019.6.ebuild @@ -35,9 +35,9 @@ CDEPEND=" cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.14 ) opencl? ( virtual/opencl ) fftw? ( sci-libs/fftw:3.0 ) - hwloc? ( sys-apps/hwloc ) + hwloc? ( sys-apps/hwloc:= ) lapack? ( virtual/lapack ) - lmfit? ( sci-libs/lmfit ) + lmfit? ( sci-libs/lmfit:= ) mkl? ( sci-libs/mkl ) mpi? ( virtual/mpi ) ${PYTHON_DEPS} diff --git a/sci-chemistry/gromacs/gromacs-2020.6.ebuild b/sci-chemistry/gromacs/gromacs-2020.6.ebuild index ffd92a1f1d7..91c40ad7aac 100644 --- a/sci-chemistry/gromacs/gromacs-2020.6.ebuild +++ b/sci-chemistry/gromacs/gromacs-2020.6.ebuild @@ -49,9 +49,9 @@ CDEPEND=" cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.14 ) opencl? ( virtual/opencl ) fftw? ( sci-libs/fftw:3.0 ) - hwloc? ( sys-apps/hwloc ) + hwloc? ( sys-apps/hwloc:= ) lapack? ( virtual/lapack ) - lmfit? ( sci-libs/lmfit ) + lmfit? ( sci-libs/lmfit:= ) mkl? ( sci-libs/mkl ) mpi? ( virtual/mpi ) ${PYTHON_DEPS} diff --git a/sci-chemistry/gromacs/gromacs-2021.3.ebuild b/sci-chemistry/gromacs/gromacs-2021.3.ebuild index 12b437ed37e..d9de1a24ec5 100644 --- a/sci-chemistry/gromacs/gromacs-2021.3.ebuild +++ b/sci-chemistry/gromacs/gromacs-2021.3.ebuild @@ -51,7 +51,7 @@ CDEPEND=" fftw? ( sci-libs/fftw:3.0 ) hwloc? ( sys-apps/hwloc:= ) lapack? ( virtual/lapack ) - lmfit? ( sci-libs/lmfit ) + lmfit? ( sci-libs/lmfit:= ) mkl? ( sci-libs/mkl ) mpi? ( virtual/mpi ) ${PYTHON_DEPS} diff --git a/sci-chemistry/gromacs/gromacs-2021.9999.ebuild b/sci-chemistry/gromacs/gromacs-2021.9999.ebuild index ac7420b8135..a1b86f25759 100644 --- a/sci-chemistry/gromacs/gromacs-2021.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-2021.9999.ebuild @@ -51,7 +51,7 @@ CDEPEND=" fftw? ( sci-libs/fftw:3.0 ) hwloc? ( sys-apps/hwloc:= ) lapack? ( virtual/lapack ) - lmfit? ( sci-libs/lmfit ) + lmfit? ( sci-libs/lmfit:= ) mkl? ( sci-libs/mkl ) mpi? ( virtual/mpi ) ${PYTHON_DEPS} diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild index ac7420b8135..a1b86f25759 100644 --- a/sci-chemistry/gromacs/gromacs-9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-9999.ebuild @@ -51,7 +51,7 @@ CDEPEND=" fftw? ( sci-libs/fftw:3.0 ) hwloc? ( sys-apps/hwloc:= ) lapack? ( virtual/lapack ) - lmfit? ( sci-libs/lmfit ) + lmfit? ( sci-libs/lmfit:= ) mkl? ( sci-libs/mkl ) mpi? ( virtual/mpi ) ${PYTHON_DEPS}