From 4fd6263bf606ac193198ff3b85e877ae9ab87c66 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 16 Jul 2024 18:19:11 -0400 Subject: sys-cluster/openmpi: note a blocking relationship with prrte Which is not yet packaged, and supersedes orte. In fact, the configure script warns you that it is auto-translating your option to the new value. Signed-off-by: Eli Schwartz --- sys-cluster/openmpi/openmpi-5.0.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys-cluster') diff --git a/sys-cluster/openmpi/openmpi-5.0.3.ebuild b/sys-cluster/openmpi/openmpi-5.0.3.ebuild index 2dd2dfeca3fd..a438ede20f30 100644 --- a/sys-cluster/openmpi/openmpi-5.0.3.ebuild +++ b/sys-cluster/openmpi/openmpi-5.0.3.ebuild @@ -36,6 +36,7 @@ RDEPEND=" !sys-cluster/mpich !sys-cluster/mpich2 !sys-cluster/nullmpi + !sys-cluster/prrte >=dev-libs/libevent-2.0.22:=[threads(+)] >=sys-apps/hwloc-2.0.2:= sys-cluster/pmix:= @@ -89,7 +90,7 @@ src_configure() { # https://github.com/open-mpi/ompi/blob/9eec56222a5c98d13790c9ee74877f1562ac27e8/config/opal_config_subdir.m4#L118 # so no --cache-dir for now. --enable-mpi-fortran=$(usex fortran all no) - --enable-orterun-prefix-by-default + --enable-prte-prefix-by-default --enable-pretty-print-stacktrace --sysconfdir="${EPREFIX}/etc/${PN}" -- cgit v1.2.3-65-gdbad