mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
still thinko : use vanilla openpmix…
This commit is contained in:
parent
ee1d68bae8
commit
ed29637adc
1 changed files with 2 additions and 2 deletions
|
@ -248,7 +248,7 @@
|
||||||
#$(this-package-input "ucx"))
|
#$(this-package-input "ucx"))
|
||||||
(string-append "--with-pmix="
|
(string-append "--with-pmix="
|
||||||
#$(this-package-input
|
#$(this-package-input
|
||||||
"openpmix-4"))
|
"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.
|
||||||
#$@(if (target-64bit?)
|
#$@(if (target-64bit?)
|
||||||
|
@ -272,7 +272,7 @@
|
||||||
(invoke "make" "install" "-C" "contribs/pmi2"))))))
|
(invoke "make" "install" "-C" "contribs/pmi2"))))))
|
||||||
(inputs (modify-inputs (package-inputs base-package)
|
(inputs (modify-inputs (package-inputs base-package)
|
||||||
(prepend gtk+-2 ;for sview
|
(prepend gtk+-2 ;for sview
|
||||||
ucx gnu:openpmix;for pmix support
|
ucx gnu:openpmix ;for pmix support
|
||||||
json-c
|
json-c
|
||||||
libjwt
|
libjwt
|
||||||
libyaml
|
libyaml
|
||||||
|
|
Loading…
Add table
Reference in a new issue