mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -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))
|
||||
`(("psm" ,psm)))
|
||||
(_ `()))
|
||||
("psm2" ,psm2)
|
||||
("libnl" ,libnl)))
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
#~(list "--enable-psm2"
|
||||
"--enable-efa"
|
||||
"--enable-verbs")))
|
||||
(home-page "https://ofiwg.github.io/libfabric/")
|
||||
(synopsis "Open Fabric Interfaces")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue