ADD: Slurm 24.05.1 + 23.11.8 versions
This commit is contained in:
5
env/sles15/x86_64/sysconfigs/packages.yaml
vendored
5
env/sles15/x86_64/sysconfigs/packages.yaml
vendored
@ -196,10 +196,7 @@ packages:
|
||||
readline:
|
||||
require: '%gcc@7.5.0'
|
||||
slurm:
|
||||
buildable: false
|
||||
externals:
|
||||
- prefix: /usr
|
||||
spec: slurm@23-11-0-1 +pmix +hwloc +hdf5 +mariadb +pam
|
||||
require: '+pmix +hwloc +hdf5 +mariadb +pam +restd'
|
||||
sqlite:
|
||||
require: '%gcc@7.5.0'
|
||||
tar:
|
||||
|
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