no pmix for the moment

This commit is contained in:
Yann Dupont 2021-11-29 17:21:01 +01:00
parent d98b5b43ac
commit 27d8d7978e

View file

@ -172,7 +172,7 @@
(string-append "--with-hwloc=" (assoc-ref %build-inputs "hwloc")) (string-append "--with-hwloc=" (assoc-ref %build-inputs "hwloc"))
(string-append "--with-json=" (assoc-ref %build-inputs "json-c")) (string-append "--with-json=" (assoc-ref %build-inputs "json-c"))
(string-append "--with-munge=" (assoc-ref %build-inputs "munge")) (string-append "--with-munge=" (assoc-ref %build-inputs "munge"))
(string-append "--with-pmix=" (assoc-ref %build-inputs "openpmix")) ; (string-append "--with-pmix=" (assoc-ref %build-inputs "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.
@ -184,7 +184,7 @@
(inputs `(("gtk+-2" ,gtk+-2) (inputs `(("gtk+-2" ,gtk+-2)
; ("gcc", gcc-11) ; ("gcc", gcc-11)
("openpmix", openpmix) K ("openpmix", openpmix)
; ("glicid-specific-openmpi", glicid-specific-openmpi) ; ("glicid-specific-openmpi", glicid-specific-openmpi)
,@(package-inputs slurm) ,@(package-inputs slurm)