diff --git a/glicid/packages/parallel.scm b/glicid/packages/parallel.scm index 7df9c2a..18130a3 100644 --- a/glicid/packages/parallel.scm +++ b/glicid/packages/parallel.scm @@ -172,7 +172,7 @@ (string-append "--with-hwloc=" (assoc-ref %build-inputs "hwloc")) (string-append "--with-json=" (assoc-ref %build-inputs "json-c")) (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 ;; explicitly enabled. @@ -184,7 +184,7 @@ (inputs `(("gtk+-2" ,gtk+-2) ; ("gcc", gcc-11) - ("openpmix", openpmix) +K ("openpmix", openpmix) ; ("glicid-specific-openmpi", glicid-specific-openmpi) ,@(package-inputs slurm)