mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
no pmix for the moment
This commit is contained in:
parent
d98b5b43ac
commit
27d8d7978e
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue