commit: 17ff95cbd567ac4c724a2e6fb29e2a33c751d52f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Apr 23 08:27:47 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Apr 23 08:29:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17ff95cb
sys-cluster/slurm: Remove obsolete sci-libs/hdf5 pin Remove the pin on sci-libs/hdf5, that was added due to a buggy CMake port of that package, but was not removed when the package reverted to autotools. That said, upstream fixed the relevant issues and the package builds fine with my WIP CMake port. Bug: https://bugs.gentoo.org/813924 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../slurm/{slurm-22.05.11.ebuild => slurm-22.05.11-r1.ebuild} | 5 ++--- sys-cluster/slurm/{slurm-24.05.3.ebuild => slurm-24.05.3-r1.ebuild} | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/sys-cluster/slurm/slurm-22.05.11.ebuild b/sys-cluster/slurm/slurm-22.05.11-r1.ebuild similarity index 98% rename from sys-cluster/slurm/slurm-22.05.11.ebuild rename to sys-cluster/slurm/slurm-22.05.11-r1.ebuild index e074bd8ddc39..e93d70dd5775 100644 --- a/sys-cluster/slurm/slurm-22.05.11.ebuild +++ b/sys-cluster/slurm/slurm-22.05.11-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -35,7 +35,6 @@ SLOT="0" IUSE="X debug hdf5 html ipmi json lua multiple-slurmd +munge mysql numa nvml ofed pam perl slurmdbd slurmrestd static-libs torque ucx yaml" -# See bug #813924 for hdf5lib < dep, needs proper fix COMMON_DEPEND=" !sys-cluster/torque !net-analyzer/slurm @@ -53,7 +52,7 @@ COMMON_DEPEND=" lua? ( ${LUA_DEPS} ) ipmi? ( sys-libs/freeipmi ) json? ( dev-libs/json-c:= ) - hdf5? ( <sci-libs/hdf5-1.12:= ) + hdf5? ( sci-libs/hdf5:= ) numa? ( sys-process/numactl ) nvml? ( dev-util/nvidia-cuda-toolkit x11-drivers/nvidia-drivers ) ofed? ( sys-cluster/rdma-core ) diff --git a/sys-cluster/slurm/slurm-24.05.3.ebuild b/sys-cluster/slurm/slurm-24.05.3-r1.ebuild similarity index 98% rename from sys-cluster/slurm/slurm-24.05.3.ebuild rename to sys-cluster/slurm/slurm-24.05.3-r1.ebuild index 9c7134d77ef4..bba2a961cc88 100644 --- a/sys-cluster/slurm/slurm-24.05.3.ebuild +++ b/sys-cluster/slurm/slurm-24.05.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -35,7 +35,6 @@ SLOT="0" IUSE="X debug hdf5 html ipmi json lua multiple-slurmd +munge mysql numa nvml ofed pam perl slurmdbd slurmrestd static-libs torque ucx yaml" -# See bug #813924 for hdf5lib < dep, needs proper fix COMMON_DEPEND=" !sys-cluster/torque !net-analyzer/slurm @@ -53,7 +52,7 @@ COMMON_DEPEND=" lua? ( ${LUA_DEPS} ) ipmi? ( sys-libs/freeipmi ) json? ( dev-libs/json-c:= ) - hdf5? ( <sci-libs/hdf5-1.12:= ) + hdf5? ( sci-libs/hdf5:= ) numa? ( sys-process/numactl ) nvml? ( dev-util/nvidia-cuda-toolkit x11-drivers/nvidia-drivers ) ofed? ( sys-cluster/rdma-core )
