ADD: Slurm 24.05.1 + 23.11.8 versions

This commit is contained in:
2024-07-04 11:04:29 +02:00
parent 98fb6b1152
commit f9c2a4afc8
2 changed files with 16 additions and 4 deletions

15
packages/slurm/package.py Normal file
View File

@ -0,0 +1,15 @@
# Copyright 2013-2024 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
import os
from spack.package import *
from spack.pkg.builtin.slurm import Slurm as SpackSlurm
class Slurm(SpackSlurm):
version("24-05-1-1", sha256="8859d90b29e6c81fdc80a16c9063c1ca58fda4245c3835016124cc044a44daec")
version("23-11-8-1", sha256="0e5aba8eb2b6a5b567a3918190a27d8ae3b60ce03acec225ec7ed2584fa450a1")