mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: libfabric: Add support for extra providers.
* gnu/packages/linux.scm (libfabric) [arguments]: Add configure flags. Change-Id: I57e43ffd92e8268112e48928af38b0fecc256a67 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
84c62cf166
commit
2a6ea3895b
1 changed files with 6 additions and 0 deletions
|
@ -8933,7 +8933,13 @@ (define-public libfabric
|
||||||
((member (package-supported-systems psm))
|
((member (package-supported-systems psm))
|
||||||
`(("psm" ,psm)))
|
`(("psm" ,psm)))
|
||||||
(_ `()))
|
(_ `()))
|
||||||
|
("psm2" ,psm2)
|
||||||
("libnl" ,libnl)))
|
("libnl" ,libnl)))
|
||||||
|
(arguments
|
||||||
|
(list #:configure-flags
|
||||||
|
#~(list "--enable-psm2"
|
||||||
|
"--enable-efa"
|
||||||
|
"--enable-verbs")))
|
||||||
(home-page "https://ofiwg.github.io/libfabric/")
|
(home-page "https://ofiwg.github.io/libfabric/")
|
||||||
(synopsis "Open Fabric Interfaces")
|
(synopsis "Open Fabric Interfaces")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue