still thinko : use vanilla openpmix…

This commit is contained in:
Yann Dupont 2025-01-10 13:24:06 +01:00
parent ee1d68bae8
commit ed29637adc

View file

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