change name to pmix -> openpmix

This commit is contained in:
Yann Dupont 2021-11-21 21:42:27 +01:00
parent 48c4b7eeee
commit 441cc1301f

View file

@ -94,9 +94,9 @@
) )
(define-public glicid-pmix (define-public openpmix
(package (package
(name "glicid-pmix-3.1.5") (name "openpmix-3.1.5")
(version "3.1.5") (version "3.1.5")
(source (source
(origin (origin
@ -147,7 +147,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 "glicid-pmix")) (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.
@ -159,7 +159,7 @@
(inputs `(("gtk+-2" ,gtk+-2) (inputs `(("gtk+-2" ,gtk+-2)
("gcc", gcc-11) ("gcc", gcc-11)
("glicid-pmix", glicid-pmix) ("openpmix", openpmix)
; ("glicid-specific-openmpi", glicid-specific-openmpi) ; ("glicid-specific-openmpi", glicid-specific-openmpi)
,@(package-inputs slurm) ,@(package-inputs slurm)