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 22479158086 for ; Tue, 28 Dec 2021 22:01:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C2072BC0EA; Tue, 28 Dec 2021 22:01:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 DBD5B2BC0E9 for ; Tue, 28 Dec 2021 22:01:00 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8AEC343020 for ; Tue, 28 Dec 2021 22:00:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 494A426A for ; Tue, 28 Dec 2021 22:00:58 +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: <1640728843.a906254ca58be909631a029464aebfdb0fea5f7b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/lammps/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/lammps/lammps-20200303-r1.ebuild sci-physics/lammps/lammps-20200303-r2.ebuild X-VCS-Directories: sci-physics/lammps/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a906254ca58be909631a029464aebfdb0fea5f7b X-VCS-Branch: master Date: Tue, 28 Dec 2021 22:00:58 +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: 50ce45d2-f26e-4edc-bcb5-4c3091852f54 X-Archives-Hash: 7f7b92119f995b7cc3b16e12a467455c commit: a906254ca58be909631a029464aebfdb0fea5f7b Author: Sam James gentoo org> AuthorDate: Tue Dec 28 21:56:47 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 28 22:00:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a906254c sci-physics/lammps: depend on netcdf subslot need to be rebuilt when its subslot changes Signed-off-by: Sam James gentoo.org> .../lammps/{lammps-20200303-r1.ebuild => lammps-20200303-r2.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-physics/lammps/lammps-20200303-r1.ebuild b/sci-physics/lammps/lammps-20200303-r2.ebuild similarity index 97% rename from sci-physics/lammps/lammps-20200303-r1.ebuild rename to sci-physics/lammps/lammps-20200303-r2.ebuild index dbf42732cb2b..b58daf2ca70a 100644 --- a/sci-physics/lammps/lammps-20200303-r1.ebuild +++ b/sci-physics/lammps/lammps-20200303-r2.ebuild @@ -33,14 +33,14 @@ DEPEND=" sys-libs/zlib mpi? ( virtual/mpi - sci-libs/hdf5[mpi] + sci-libs/hdf5:=[mpi] ) python? ( ${PYTHON_DEPS} ) sci-libs/voro++ virtual/blas virtual/lapack - sci-libs/fftw:3.0 - netcdf? ( sci-libs/netcdf ) + sci-libs/fftw:3.0= + netcdf? ( sci-libs/netcdf:= ) cuda? ( >=dev-util/nvidia-cuda-toolkit-4.2.9-r1 ) kokkos? ( =dev-cpp/kokkos-3.0* ) dev-cpp/eigen:3