mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
add lua, lz4, ucx (ucx support probably not working)
This commit is contained in:
parent
ed70a51d2b
commit
79fb493f42
1 changed files with 9 additions and 1 deletions
|
@ -14,6 +14,10 @@
|
|||
#:use-module (gnu packages haskell-xyz)
|
||||
#:use-module (gnu packages databases)
|
||||
#:use-module (glicid utils)
|
||||
#:use-module (glicid packages fabric-management) ; for latest ucx
|
||||
#:use-module (glicid packages containers) ; for latest podman
|
||||
#:use-module (gnu packages compression) ; lz4
|
||||
#:use-module (gnu packages lua) ; lua
|
||||
)
|
||||
|
||||
(define-public openpmix-3.1.5
|
||||
|
@ -230,6 +234,10 @@
|
|||
(inputs `(
|
||||
("gtk+-2", gtk+-2)
|
||||
("mariadb:dev", mariadb "dev")
|
||||
("ucx", ucx-latest-glicid) ; not autotested by config
|
||||
("podman", podman)
|
||||
("lua", lua)
|
||||
("lz4", lz4)
|
||||
,@(package-inputs slurm-23.02-latest)
|
||||
))
|
||||
)
|
||||
|
@ -242,5 +250,5 @@
|
|||
(define-public slurm-glicid-test slurm-23.02-glicid)
|
||||
|
||||
|
||||
;slurm-23.02-glicid
|
||||
slurm-glicid-test
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue