~ruther/guix-local

7bc05ef0acbf8153a05615a4f45d8ceb16acdda1 — Dave Love 8 years ago fd23d25
gnu: libfabric: Add dependency on PSM.

* gnu/packages/linux.scm (libfabric)[inputs]: Add PSM.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +1 -1
@@ 4394,7 4394,7 @@ comparing system environments.")
        (base32 "19l2m1frna1l765z4j7wl8hp4rb9wrh0hy5496685hd183hmy5pv"))))
    (build-system gnu-build-system)
    (inputs `(("rdma-core" ,rdma-core)
              ;; TODO: add psm, psm(2).
              ("psm" ,psm)
              ("libnl" ,libnl)))
    (home-page "https://ofiwg.github.io/libfabric/")
    (synopsis "Open Fabric Interfaces")