mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
add --with… flags
This commit is contained in:
parent
33c50405cf
commit
305a11e232
1 changed files with 4 additions and 1 deletions
|
@ -144,7 +144,7 @@
|
|||
(inputs (modify-inputs (package-inputs slurm-22.05-latest)
|
||||
(prepend gtk+-2 ; for sview
|
||||
ucx openpmix-3 ; for pmix support
|
||||
json-c libyaml http-parser ; for REST API
|
||||
json-c libjwt libyaml http-parser ; for REST API
|
||||
`(,mariadb "dev")))))) ; for mariadb/mysql client support
|
||||
|
||||
|
||||
|
@ -166,6 +166,9 @@
|
|||
(string-append "--with-munge=" #$(this-package-input "munge"))
|
||||
; (string-append "--with-pmix=" #$(this-package-input "openpmix-3") ":" #$(this-package-input "openpmix-4") )
|
||||
(string-append "--with-pmix=" #$(this-package-input "openpmix-3"))
|
||||
(string-append "--with-yaml=" #$(this-package-input "libyaml"))
|
||||
(string-append "--with-jwt=" #$(this-package-input "libjwt"))
|
||||
(string-append "--with-http-parser=" #$(this-package-input "http-parser"))
|
||||
(string-append "--with-ucx=" #$(this-package-input "ucx"))
|
||||
; (string-append "--with-pmix=" #$(this-package-input "openpmix-4"))
|
||||
;; 32-bit support is marked as deprecated and needs to be
|
||||
|
|
Loading…
Add table
Reference in a new issue