diff options
author | Eli Schwartz <eschwartz@gentoo.org> | 2024-08-23 13:10:58 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@gentoo.org> | 2024-08-23 13:32:07 -0400 |
commit | 73f012f29c5ef516172ae70d2c4122e49051f503 (patch) | |
tree | 91c9bb6a8cb3bcf363ea0b29eafd324f491c5135 /sys-cluster | |
parent | sys-cluster/prrte: new package, add 3.0.6 (diff) | |
download | gentoo-73f012f29c5ef516172ae70d2c4122e49051f503.tar.gz gentoo-73f012f29c5ef516172ae70d2c4122e49051f503.tar.bz2 gentoo-73f012f29c5ef516172ae70d2c4122e49051f503.zip |
sys-cluster/openmpi: unbundle prrte and use the system copy
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/openmpi/openmpi-5.0.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |