mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libfabric: Add dependency on PSM.
* gnu/packages/linux.scm (libfabric)[inputs]: Add PSM.
This commit is contained in:
parent
fd23d259cd
commit
7bc05ef0ac
1 changed files with 1 additions and 1 deletions
|
@ -4394,7 +4394,7 @@ comparing system environments.")
|
||||||
(base32 "19l2m1frna1l765z4j7wl8hp4rb9wrh0hy5496685hd183hmy5pv"))))
|
(base32 "19l2m1frna1l765z4j7wl8hp4rb9wrh0hy5496685hd183hmy5pv"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("rdma-core" ,rdma-core)
|
(inputs `(("rdma-core" ,rdma-core)
|
||||||
;; TODO: add psm, psm(2).
|
("psm" ,psm)
|
||||||
("libnl" ,libnl)))
|
("libnl" ,libnl)))
|
||||||
(home-page "https://ofiwg.github.io/libfabric/")
|
(home-page "https://ofiwg.github.io/libfabric/")
|
||||||
(synopsis "Open Fabric Interfaces")
|
(synopsis "Open Fabric Interfaces")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue