diff options
author | Justin Bronder <jsbronder@gentoo.org> | 2018-05-23 14:37:59 -0400 |
---|---|---|
committer | Justin Bronder <jsbronder@gentoo.org> | 2018-05-24 10:53:27 -0400 |
commit | eb24de272582582bc5b0c2a1f035b44c1b0a7fff (patch) | |
tree | f1904c80e37cbf677a9f43244daf7ae2fdb03b95 /sys-cluster/openmpi/openmpi-1.4.5.ebuild | |
parent | net-mail/dovecot: bump to 2.2.36 (diff) | |
download | gentoo-eb24de272582582bc5b0c2a1f035b44c1b0a7fff.tar.gz gentoo-eb24de272582582bc5b0c2a1f035b44c1b0a7fff.tar.bz2 gentoo-eb24de272582582bc5b0c2a1f035b44c1b0a7fff.zip |
sys-cluster/openmpi: sys-cluster/pmix blocker
Quick resolution of #652432. The ideal fix would be to have openmpi use
the system install of pmix, but neither pmix nor most of its
dependencies are using multilib. In the meantime, resolution is
blocking recent releases of openmpi (#656080).
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sys-cluster/openmpi/openmpi-1.4.5.ebuild')
-rw-r--r-- | sys-cluster/openmpi/openmpi-1.4.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-cluster/openmpi/openmpi-1.4.5.ebuild b/sys-cluster/openmpi/openmpi-1.4.5.ebuild index 76e9393e8ff1..a533b92ca6ba 100644 --- a/sys-cluster/openmpi/openmpi-1.4.5.ebuild +++ b/sys-cluster/openmpi/openmpi-1.4.5.ebuild @@ -28,7 +28,8 @@ RDEPEND=" elibc_FreeBSD? ( || ( dev-libs/libexecinfo >=sys-freebsd/freebsd-lib-10.0 ) ) !sys-cluster/mpich !sys-cluster/mpich2 - !sys-cluster/mpiexec" + !sys-cluster/mpiexec + !sys-cluster/pmix" DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P} |