# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python3_{8..10} ) inherit cmake distutils-r1 DESCRIPTION="Very-Low Overhead Checkpointing System" HOMEPAGE="https://github.com/ECP-VeloC/VELOC" SRC_URI="https://github.com/ECP-VeloC/VELOC/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN^^}-${PV}" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE_COMM_QUEUE=" +comm-queue-ipc comm-queue-socket " # comm-queue-thallium IUSE="${IUSE_COMM_QUEUE} python +slurm" RDEPEND=" comm-queue-ipc? ( dev-libs/boost ) slurm? ( sys-cluster/slurm ) app-shells/pdsh dev-libs/openssl