From patchwork Thu Oct 19 19:36:13 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ludovic_Court=C3=A8s?= X-Patchwork-Id: 55056 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 7CDCE27BBE9; Thu, 19 Oct 2023 20:38:42 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 468C427BBE2 for ; Thu, 19 Oct 2023 20:38:41 +0100 (BST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qtYqM-0005SS-CD; Thu, 19 Oct 2023 15:38:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qtYpy-0005KU-EX for guix-patches@gnu.org; Thu, 19 Oct 2023 15:37:43 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qtYpt-0000qn-9i for guix-patches@gnu.org; Thu, 19 Oct 2023 15:37:39 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qtYqK-0002Dt-0s for guix-patches@gnu.org; Thu, 19 Oct 2023 15:38:04 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66573] [PATCH v2 03/11] gnu: slurm: Add 23.02.6. Resent-From: Ludovic =?utf-8?q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 19 Oct 2023 19:38:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66573 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66573@debbugs.gnu.org Cc: Ludovic =?utf-8?q?Court=C3=A8s?= Received: via spool by 66573-submit@debbugs.gnu.org id=B66573.16977442528432 (code B ref 66573); Thu, 19 Oct 2023 19:38:03 +0000 Received: (at 66573) by debbugs.gnu.org; 19 Oct 2023 19:37:32 +0000 Received: from localhost ([127.0.0.1]:37797 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtYpn-0002Bp-Fs for submit@debbugs.gnu.org; Thu, 19 Oct 2023 15:37:32 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59804) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtYpW-00029p-58 for 66573@debbugs.gnu.org; Thu, 19 Oct 2023 15:37:16 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qtYoy-0008Bh-QY; Thu, 19 Oct 2023 15:36:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:References:In-Reply-To:Date:Subject:To: From; bh=sM6T4/1SXGVgM/Wy3tZRVv93Qi7ZqHGKEC6bgv94rL0=; b=kk/OQX0cMJcQeYrzdypf zbKRpmwxdBbHGXnZr0XueBtswrDhojyxfkN93wFGyYfpE/qVUmppIvwawb/ssHMqtbkevof93+qK8 MjjhgbHtoW3J2dXSpRrxBanH6VeXjkEvbEBqGLsXXQk4roGaCAy1eTOTJ6/LiElNzJ5nHxmcPOEA3 0AnM3O3k8DrOf8c392O2x7Ovvo+jToDa20n3MFc5vN95jCT5yrKiOmQtCKrdj/SVK54YjHNRk4h1y bm1TL2NwH0o06MU29nQjspPo3h7CN9piGkH+NFUqgH+YvaMKfcQHFHhms561sQMMRLYPfts16w5vY bNo5Lcp84166rg==; From: Ludovic =?utf-8?q?Court=C3=A8s?= Date: Thu, 19 Oct 2023 21:36:13 +0200 Message-ID: <3bf0382921f402ca595b61ec22ef980030cdf5a6.1697744099.git.ludo@gnu.org> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches From: Ludovic Courtès * gnu/packages/parallel.scm (slurm): Update to 23.02.6. (slurm-22.05): New variable. --- gnu/packages/parallel.scm | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm index df7b498d1f..b014a404a6 100644 --- a/gnu/packages/parallel.scm +++ b/gnu/packages/parallel.scm @@ -9,7 +9,7 @@ ;;; Copyright © 2017, 2018 Rutger Helling ;;; Copyright © 2018–2022 Tobias Geerinckx-Rice ;;; Copyright © 2018 Clément Lassieur -;;; Copyright © 2019-2022 Ludovic Courtès +;;; Copyright © 2019-2023 Ludovic Courtès ;;; Copyright © 2020 Roel Janssen ;;; Copyright © 2021 Stefan Reichör ;;; @@ -185,7 +185,7 @@ (define-public xjobs (define-public slurm (package (name "slurm") - (version "22.05.1") + (version "23.02.6") (source (origin (method url-fetch) (uri (string-append @@ -193,7 +193,7 @@ (define-public slurm version ".tar.bz2")) (sha256 (base32 - "0f3hhlki8g7slllsnyj1qikbsvr62i0hig85lcdcfnmsagzlhbyi")) + "08rz3r1rlnb3pmfdnbh542gm44ja0fdy8rkj4vm4lclc48cvqp2a")) (modules '((guix build utils))) (snippet '(begin @@ -281,6 +281,20 @@ (define-public slurm ;; As noted in the link, YY.MM is the release scheme, and the 'maintenance' ;; digit does not introduce incompatibilities. +(define-public slurm-22.05 + (package + (inherit slurm) + (version "22.05.1") + (source (origin + (inherit (package-source slurm)) + (method url-fetch) + (uri (string-append + "https://download.schedmd.com/slurm/slurm-" + version ".tar.bz2")) + (sha256 + (base32 + "0f3hhlki8g7slllsnyj1qikbsvr62i0hig85lcdcfnmsagzlhbyi")))))) + (define-public slurm-21.08 (package (inherit slurm)