diff --git a/glicid/packages/parallel.scm b/glicid/packages/parallel.scm index 7721c07..bbca741 100644 --- a/glicid/packages/parallel.scm +++ b/glicid/packages/parallel.scm @@ -94,9 +94,9 @@ ) -(define-public glicid-pmix +(define-public openpmix (package - (name "glicid-pmix-3.1.5") + (name "openpmix-3.1.5") (version "3.1.5") (source (origin @@ -147,7 +147,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 "glicid-pmix")) + (string-append "--with-pmix=" (assoc-ref %build-inputs "openpmix")) ;; 32-bit support is marked as deprecated and needs to be ;; explicitly enabled. @@ -159,7 +159,7 @@ (inputs `(("gtk+-2" ,gtk+-2) ("gcc", gcc-11) - ("glicid-pmix", glicid-pmix) + ("openpmix", openpmix) ; ("glicid-specific-openmpi", glicid-specific-openmpi) ,@(package-inputs slurm)