mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
See merge request glicid-public/guix-glicid!429
This commit is contained in:
commit
7abede0868
1 changed files with 6 additions and 2 deletions
|
@ -21,6 +21,8 @@
|
||||||
#:use-module (glicid packages containers) ;for latest podman
|
#:use-module (glicid packages containers) ;for latest podman
|
||||||
#:use-module (gnu packages compression) ;lz4
|
#:use-module (gnu packages compression) ;lz4
|
||||||
#:use-module (gnu packages lua) ;lua
|
#: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?))
|
#:use-module ((guix utils) #:select (target-64bit?))
|
||||||
|
|
||||||
)
|
)
|
||||||
|
@ -140,8 +142,10 @@
|
||||||
(inherit slurm-22.05-latest)
|
(inherit slurm-22.05-latest)
|
||||||
(name "slurm-glicid-noucx-nopmix")
|
(name "slurm-glicid-noucx-nopmix")
|
||||||
(inputs (modify-inputs (package-inputs slurm-22.05-latest)
|
(inputs (modify-inputs (package-inputs slurm-22.05-latest)
|
||||||
(prepend gtk+-2 ucx openpmix-3
|
(prepend gtk+-2 ; for sview
|
||||||
`(,mariadb "dev"))))))
|
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