mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
add dependencies for slurm REST API support
This commit is contained in:
parent
4944bc9827
commit
33c50405cf
1 changed files with 6 additions and 2 deletions
|
@ -21,6 +21,8 @@
|
|||
#:use-module (glicid packages containers) ;for latest podman
|
||||
#:use-module (gnu packages compression) ;lz4
|
||||
#:use-module (gnu packages lua) ;lua
|
||||
#:use-module (gnu packages web) ; json-c, http-parser for slurm REST API
|
||||
#:use-module (gnu packages serialization) ; libyaml for slurm REST API
|
||||
#:use-module ((guix utils) #:select (target-64bit?))
|
||||
|
||||
)
|
||||
|
@ -140,8 +142,10 @@
|
|||
(inherit slurm-22.05-latest)
|
||||
(name "slurm-glicid-noucx-nopmix")
|
||||
(inputs (modify-inputs (package-inputs slurm-22.05-latest)
|
||||
(prepend gtk+-2 ucx openpmix-3
|
||||
`(,mariadb "dev"))))))
|
||||
(prepend gtk+-2 ; for sview
|
||||
ucx openpmix-3 ; for pmix support
|
||||
json-c libyaml http-parser ; for REST API
|
||||
`(,mariadb "dev")))))) ; for mariadb/mysql client support
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue