This commit is contained in:
Yann Dupont 2023-07-11 14:20:31 +02:00
parent 8c4c899bfc
commit 4fc50af191

View file

@ -214,7 +214,7 @@
(ungexp (this-package-input "hwloc") "lib")) (ungexp (this-package-input "hwloc") "lib"))
(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-appent "--with-pmix=" #$(this-package-input "openpmix")) (string-append "--with-pmix=" #$(this-package-input "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.