From d16c1ae5b06950e28c6ab22be196c2e65c0768f8 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Fri, 10 Jun 2022 18:07:31 +0200 Subject: [PATCH] sys-cluster/evpath: depend on mpi for tests Closes: https://bugs.gentoo.org/850421 Signed-off-by: Alessandro Barbieri --- sys-cluster/evpath/evpath-4.5.0_p20220601.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sys-cluster/evpath/evpath-4.5.0_p20220601.ebuild b/sys-cluster/evpath/evpath-4.5.0_p20220601.ebuild index cf5e26eef3..4bd29fec8f 100644 --- a/sys-cluster/evpath/evpath-4.5.0_p20220601.ebuild +++ b/sys-cluster/evpath/evpath-4.5.0_p20220601.ebuild @@ -25,6 +25,7 @@ RDEPEND=" enet? ( net-libs/enet ) infiniband? ( sys-block/libfabric ) libfabric? ( sys-block/libfabric ) + test? ( virtual/mpi[cxx] ) udt4? ( >net-libs/udt-4.11 ) " DEPEND="${RDEPEND}" @@ -49,7 +50,3 @@ src_configure() { # -DEVPATH_USE_ZPL_ENET=$(usex enet) cmake_src_configure } - -src_install() { - cmake_src_install -}