diff options
author | Sam James <sam@gentoo.org> | 2021-10-29 23:39:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-29 23:43:39 +0100 |
commit | ac398431d5c1ef8d5e237d2cd47c1b4a867c526a (patch) | |
tree | 9551983c426d8962a9b5f13b63710657d064fa8b /sys-cluster/legion/legion-9999.ebuild | |
parent | sys-cluster/mpich2: add hwloc subslot operator (diff) | |
download | gentoo-ac398431d5c1ef8d5e237d2cd47c1b4a867c526a.tar.gz gentoo-ac398431d5c1ef8d5e237d2cd47c1b4a867c526a.tar.bz2 gentoo-ac398431d5c1ef8d5e237d2cd47c1b4a867c526a.zip |
sys-cluster/legion: add hwloc subslot operator
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster/legion/legion-9999.ebuild')
-rw-r--r-- | sys-cluster/legion/legion-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-cluster/legion/legion-9999.ebuild b/sys-cluster/legion/legion-9999.ebuild index c9eb5be36ea1..bc5ad7cee85d 100644 --- a/sys-cluster/legion/legion-9999.ebuild +++ b/sys-cluster/legion/legion-9999.ebuild @@ -23,8 +23,9 @@ RESTRICT="!test? ( test )" DEPEND=" gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 ) - hwloc? ( <sys-apps/hwloc-2 ) + hwloc? ( <sys-apps/hwloc-2:= ) " +RDEPEND="${DEPEND}" src_configure() { mycmakeargs=( |