From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1CA9E1584AD for ; Wed, 23 Apr 2025 08:29:49 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 03E95342FA2 for ; Wed, 23 Apr 2025 08:29:49 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E618011029A; Wed, 23 Apr 2025 08:29:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id DA82011029A for ; Wed, 23 Apr 2025 08:29:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85C37342FA2 for ; Wed, 23 Apr 2025 08:29:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5CE919F6 for ; Wed, 23 Apr 2025 08:29:45 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1745396982.17ff95cbd567ac4c724a2e6fb29e2a33c751d52f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/slurm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/slurm/slurm-22.05.11-r1.ebuild sys-cluster/slurm/slurm-22.05.11.ebuild sys-cluster/slurm/slurm-24.05.3-r1.ebuild sys-cluster/slurm/slurm-24.05.3.ebuild X-VCS-Directories: sys-cluster/slurm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 17ff95cbd567ac4c724a2e6fb29e2a33c751d52f X-VCS-Branch: master Date: Wed, 23 Apr 2025 08:29:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: eac7bb50-a79f-4990-a35d-0107dacd6220 X-Archives-Hash: 8ff1602d72dd9b45d508d00a3050b8a1 commit: 17ff95cbd567ac4c724a2e6fb29e2a33c751d52f Author: Michał Górny gentoo org> AuthorDate: Wed Apr 23 08:27:47 2025 +0000 Commit: Michał Górny gentoo 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 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? (