ADD: Slurm 24.05.1 + 23.11.8 versions
This commit is contained in:
15
packages/slurm/package.py
Normal file
15
packages/slurm/package.py
Normal 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")
|
Reference in New Issue
Block a user