commit: b372f20dd03c96d59ee2ef978d76ef174a026ad7 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Oct 12 07:05:57 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Oct 12 07:05:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b372f20d
sys-cluster/slurm: add < dep on hdf5lib for now Bug: https://bugs.gentoo.org/813924 Signed-off-by: Sam James <sam <AT> gentoo.org> .../slurm/{slurm-20.11.0.1-r101.ebuild => slurm-20.11.0.1-r102.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-cluster/slurm/slurm-20.11.0.1-r101.ebuild b/sys-cluster/slurm/slurm-20.11.0.1-r102.ebuild similarity index 98% rename from sys-cluster/slurm/slurm-20.11.0.1-r101.ebuild rename to sys-cluster/slurm/slurm-20.11.0.1-r102.ebuild index f964ff1a8d4..4ec46d7d5f5 100644 --- a/sys-cluster/slurm/slurm-20.11.0.1-r101.ebuild +++ b/sys-cluster/slurm/slurm-20.11.0.1-r102.ebuild @@ -30,6 +30,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="debug hdf5 html ipmi json lua multiple-slurmd +munge mysql netloc numa ofed pam perl slurmdbd static-libs ucx torque X" +# See bug #813924 for hdf5lib < dep, needs proper fix COMMON_DEPEND=" !sys-cluster/torque !net-analyzer/slurm @@ -45,7 +46,7 @@ COMMON_DEPEND=" ipmi? ( sys-libs/freeipmi ) json? ( dev-libs/json-c:= ) amd64? ( netloc? ( >=sys-apps/hwloc-2.1.0[netloc] ) ) - hdf5? ( sci-libs/hdf5:= ) + hdf5? ( <sci-libs/hdf5-1.12:= ) numa? ( sys-process/numactl ) ofed? ( sys-fabric/ofed ) ucx? ( sys-cluster/ucx )
