Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Christoph Junghans <junghans@gentoo.org>
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="cuda examples gzip lammps-memalign mpi netcdf python test"
+IUSE="cuda examples gzip kokkos lammps-memalign mpi netcdf python test"
RESTRICT="!test? ( test )"
DEPEND="
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.00 )
dev-cpp/eigen:3
"
RDEPEND="${DEPEND}"
-DPKG_GRANULAR=ON
-DPKG_KSPACE=ON
-DFFT=FFTW3
+ -DPKG_KOKKOS=$(usex kokkos)
+ $(use kokkos && echo -DEXTERNAL_KOKKOS=ON)
-DPKG_MANYBODY=ON
-DPKG_MC=ON
-DPKG_MEAM=ON
call instead of malloc() when large chunks or memory are allocated
by LAMMPS. Aliengnment is on 16 byte boundaries.</flag>
<flag name="cuda">Enable cuda non-bonded kernels</flag>
+ <flag name="kokkos">Enable kokkos non-bonded kernels</flag>
</use>
<maintainer type="person">
<email>nicolasbock@gentoo.org</email>