commit:     73f012f29c5ef516172ae70d2c4122e49051f503
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 23 17:10:58 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Fri Aug 23 17:32:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73f012f2

sys-cluster/openmpi: unbundle prrte and use the system copy

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 sys-cluster/openmpi/openmpi-5.0.5.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/openmpi/openmpi-5.0.5.ebuild 
b/sys-cluster/openmpi/openmpi-5.0.5.ebuild
index 4c3c9e8b32aa..d3ab87d50708 100644
--- a/sys-cluster/openmpi/openmpi-5.0.5.ebuild
+++ b/sys-cluster/openmpi/openmpi-5.0.5.ebuild
@@ -36,10 +36,10 @@ 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:=
+       sys-cluster/prrte:=
        >=sys-libs/zlib-1.2.8-r1
        cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= )
        openmpi_fabrics_ofed? ( sys-cluster/rdma-core )
@@ -97,6 +97,7 @@ src_configure() {
 
                --with-hwloc=external
                --with-libevent=external
+               --with-prrte=external
 
                # Oiriginally supposed to be re-enabled for 5.0!
                # See 
https://github.com/open-mpi/ompi/issues/9697#issuecomment-1003746357

Reply via email to