summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@gentoo.org>2024-07-16 18:19:11 -0400
committerEli Schwartz <eschwartz@gentoo.org>2024-07-17 01:43:04 -0400
commit4fd6263bf606ac193198ff3b85e877ae9ab87c66 (patch)
tree1c8b45b42d44f6a4f7810771e0d83a40ebb7cf73 /sys-cluster
parentsys-cluster/openmpi: remove USE=cxx support in 5.x (diff)
downloadgentoo-4fd6263bf606ac193198ff3b85e877ae9ab87c66.tar.gz
gentoo-4fd6263bf606ac193198ff3b85e877ae9ab87c66.tar.bz2
gentoo-4fd6263bf606ac193198ff3b85e877ae9ab87c66.zip
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 <eschwartz@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/openmpi/openmpi-5.0.3.ebuild3
1 files changed, 2 insertions, 1 deletions
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}"