mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ucx: Enable InfiniBand support through Verbs.
Until now, InfiniBand support was missing, as reported by "ucx_info -d" on a machine with InfiniBand networking. * gnu/packages/fabric-management.scm (ucx)[arguments]: Build with "--with-verbs".
This commit is contained in:
parent
f3560c626d
commit
b35f621e45
1 changed files with 4 additions and 0 deletions
|
@ -205,6 +205,10 @@ testing InfiniBand networks.")
|
||||||
"--disable-assertions"
|
"--disable-assertions"
|
||||||
"--disable-params-check"
|
"--disable-params-check"
|
||||||
|
|
||||||
|
(string-append "--with-verbs="
|
||||||
|
(assoc-ref %build-inputs
|
||||||
|
"rdma-core"))
|
||||||
|
|
||||||
(string-append "--with-rdmacm="
|
(string-append "--with-rdmacm="
|
||||||
(assoc-ref %build-inputs
|
(assoc-ref %build-inputs
|
||||||
"rdma-core")))
|
"rdma-core")))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue