mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
add Slurm 22.05-0rc1
bump glicid version to 22.05
This commit is contained in:
parent
11af999108
commit
ef5b474a75
1 changed files with 34 additions and 1 deletions
|
@ -165,6 +165,39 @@
|
|||
)
|
||||
)
|
||||
|
||||
(define-public slurm-22.05-upstream
|
||||
(package
|
||||
(inherit slurm)
|
||||
(name "slurm-upstream")
|
||||
(version "22.05.0-0rc1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.schedmd.com/slurm/slurm-" version ".tar.bz2"))
|
||||
(sha256 (base32 "0zkrl5qjajrh6xv4mi8j3ph3n5bgz78fj2akxskh67j5hwk1hgvk"))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(define-public slurm-glicid slurm-21.08-glicid)
|
||||
|
||||
(define slurm-22.05-latest
|
||||
(latest-version slurm slurm-22.05-upstream)
|
||||
)
|
||||
|
||||
(define-public slurm-22.05-glicid
|
||||
(package
|
||||
(inherit slurm-22.05-latest)
|
||||
(name "slurm-glicid")
|
||||
(inputs `(
|
||||
("gtk+-2", gtk+-2)
|
||||
("mariadb:dev", mariadb "dev")
|
||||
,@(package-inputs slurm-22.05-latest)
|
||||
))
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
|
||||
(define-public slurm-glicid slurm-22.05-glicid)
|
||||
(define-public slurm-ccipl slurm-20.11-glicid)
|
||||
|
|
Loading…
Add table
Reference in a new issue