me
/
guix
Archived
1
0
Fork 0

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".
master
Ludovic Courtès 2019-11-08 10:15:24 +01:00 committed by Ludovic Courtès
parent f3560c626d
commit b35f621e45
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 0 deletions

View File

@ -205,6 +205,10 @@ testing InfiniBand networks.")
"--disable-assertions"
"--disable-params-check"
(string-append "--with-verbs="
(assoc-ref %build-inputs
"rdma-core"))
(string-append "--with-rdmacm="
(assoc-ref %build-inputs
"rdma-core")))