mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
Merge branch 'devel' into 'main'
add Slurm 22.05-0rc1 See merge request glicid-public/guix-glicid!34
This commit is contained in:
commit
f755594295
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)
|
(define-public slurm-ccipl slurm-20.11-glicid)
|
||||||
|
|
Loading…
Add table
Reference in a new issue