mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
sys-cluster/pmix: add hwloc dep, rename pquery
Closes: https://bugs.gentoo.org/884765 Closes: https://bugs.gentoo.org/884735 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -14,6 +14,7 @@ IUSE="debug +munge pmi"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/libevent:=
|
||||
sys-apps/hwloc:=
|
||||
sys-cluster/ucx
|
||||
sys-libs/zlib:=
|
||||
munge? ( sys-auth/munge )
|
||||
@@ -27,3 +28,10 @@ src_configure() {
|
||||
$(use_enable debug) \
|
||||
$(use_with munge)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
# bug #884765
|
||||
mv "${ED}"/usr/bin/pquery "${ED}"/usr/bin/pmix-pquery || die
|
||||
}
|
||||
Reference in New Issue
Block a user