mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
change name to pmix -> openpmix
This commit is contained in:
parent
48c4b7eeee
commit
441cc1301f
1 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue