Merge branch 'devel' into 'main'

add --with… flags

See merge request glicid-public/guix-glicid!430
This commit is contained in:
Yann Dupont 2024-10-30 15:59:32 +00:00
commit 506815d53c

View file

@ -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