Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/lammps/
Date: Tue, 01 Mar 2022 09:28:03
Message-Id: 1646126873.83322d2a2edb18c54bd234d8ab1c5e222769164c.soap@gentoo
1 commit: 83322d2a2edb18c54bd234d8ab1c5e222769164c
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 1 09:27:53 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 1 09:27:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83322d2a
7
8 sci-physics/lammps: remove USE=kokkos
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sci-physics/lammps/lammps-20200303-r2.ebuild | 9 ++++-----
13 1 file changed, 4 insertions(+), 5 deletions(-)
14
15 diff --git a/sci-physics/lammps/lammps-20200303-r2.ebuild b/sci-physics/lammps/lammps-20200303-r2.ebuild
16 index b58daf2ca70a..539c056cf969 100644
17 --- a/sci-physics/lammps/lammps-20200303-r2.ebuild
18 +++ b/sci-physics/lammps/lammps-20200303-r2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -24,7 +24,7 @@ SRC_URI="https://github.com/lammps/lammps/archive/${MY_PV}.tar.gz -> ${MY_P}.tar
26 LICENSE="GPL-2"
27 SLOT="0"
28 KEYWORDS="amd64 x86"
29 -IUSE="cuda examples gzip kokkos lammps-memalign mpi netcdf python test"
30 +IUSE="cuda examples gzip lammps-memalign mpi netcdf python test"
31 RESTRICT="!test? ( test )"
32
33 DEPEND="
34 @@ -42,7 +42,6 @@ DEPEND="
35 sci-libs/fftw:3.0=
36 netcdf? ( sci-libs/netcdf:= )
37 cuda? ( >=dev-util/nvidia-cuda-toolkit-4.2.9-r1 )
38 - kokkos? ( =dev-cpp/kokkos-3.0* )
39 dev-cpp/eigen:3
40 "
41 RDEPEND="${DEPEND}"
42 @@ -71,8 +70,8 @@ src_configure() {
43 -DPKG_GRANULAR=ON
44 -DPKG_KSPACE=ON
45 -DFFT=FFTW3
46 - -DPKG_KOKKOS=$(usex kokkos)
47 - $(use kokkos && echo -DEXTERNAL_KOKKOS=ON)
48 + # requires kokkos 3.0
49 + -DPKG_KOKKOS=OFF
50 -DPKG_MANYBODY=ON
51 -DPKG_MC=ON
52 -DPKG_MEAM=ON