mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
Merge branch 'devel' into 'main'
openpmix 3 is deprecated. for now, test openpmix 4 See merge request glicid-public/guix-glicid!451
This commit is contained in:
commit
28190af05b
1 changed files with 2 additions and 2 deletions
|
@ -278,12 +278,12 @@
|
||||||
(string-append "--with-json=" #$(this-package-input "json-c"))
|
(string-append "--with-json=" #$(this-package-input "json-c"))
|
||||||
(string-append "--with-munge=" #$(this-package-input "munge"))
|
(string-append "--with-munge=" #$(this-package-input "munge"))
|
||||||
; (string-append "--with-pmix=" #$(this-package-input "openpmix-3") ":" #$(this-package-input "openpmix-4") )
|
; (string-append "--with-pmix=" #$(this-package-input "openpmix-3") ":" #$(this-package-input "openpmix-4") )
|
||||||
(string-append "--with-pmix=" #$(this-package-input "openpmix-3"))
|
; (string-append "--with-pmix=" #$(this-package-input "openpmix-3"))
|
||||||
(string-append "--with-yaml=" #$(this-package-input "libyaml"))
|
(string-append "--with-yaml=" #$(this-package-input "libyaml"))
|
||||||
(string-append "--with-jwt=" #$(this-package-input "libjwt"))
|
(string-append "--with-jwt=" #$(this-package-input "libjwt"))
|
||||||
(string-append "--with-http-parser=" #$(this-package-input "http-parser"))
|
(string-append "--with-http-parser=" #$(this-package-input "http-parser"))
|
||||||
(string-append "--with-ucx=" #$(this-package-input "ucx"))
|
(string-append "--with-ucx=" #$(this-package-input "ucx"))
|
||||||
; (string-append "--with-pmix=" #$(this-package-input "openpmix-4"))
|
(string-append "--with-pmix=" #$(this-package-input "openpmix-4"))
|
||||||
;; 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?) '() '("--enable-deprecated")))
|
#$@(if (target-64bit?) '() '("--enable-deprecated")))
|
||||||
|
|
Loading…
Add table
Reference in a new issue