Merge branch 'devel' into 'main'

still thinko : use vanilla openpmix…

See merge request glicid-public/guix-glicid!455
This commit is contained in:
Yann Dupont 2025-01-10 12:24:58 +00:00
commit 99b7e8f7c8

View file

@ -248,7 +248,7 @@
#$(this-package-input "ucx"))
(string-append "--with-pmix="
#$(this-package-input
"openpmix-4"))
"openpmix"))
;; 32-bit support is marked as deprecated and needs to be
;; explicitly enabled.
#$@(if (target-64bit?)
@ -272,7 +272,7 @@
(invoke "make" "install" "-C" "contribs/pmi2"))))))
(inputs (modify-inputs (package-inputs base-package)
(prepend gtk+-2 ;for sview
ucx gnu:openpmix;for pmix support
ucx gnu:openpmix ;for pmix support
json-c
libjwt
libyaml