diff options
author | Sam James <sam@gentoo.org> | 2021-10-12 08:05:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-12 08:05:57 +0100 |
commit | b372f20dd03c96d59ee2ef978d76ef174a026ad7 (patch) | |
tree | 8a3372fe100dfe7758680ae395a36a1245185379 /sys-cluster/slurm | |
parent | sci-libs/avogadrolibs: apply (upstream) workaround for older hdf5lib API (diff) | |
download | gentoo-b372f20dd03c96d59ee2ef978d76ef174a026ad7.tar.gz gentoo-b372f20dd03c96d59ee2ef978d76ef174a026ad7.tar.bz2 gentoo-b372f20dd03c96d59ee2ef978d76ef174a026ad7.zip |
sys-cluster/slurm: add < dep on hdf5lib for now
Bug: https://bugs.gentoo.org/813924
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster/slurm')
-rw-r--r-- | sys-cluster/slurm/slurm-20.11.0.1-r102.ebuild (renamed from sys-cluster/slurm/slurm-20.11.0.1-r101.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-cluster/slurm/slurm-20.11.0.1-r101.ebuild b/sys-cluster/slurm/slurm-20.11.0.1-r102.ebuild index f964ff1a8d43..4ec46d7d5f58 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 ) |