[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28555] [PATCH 3/3] gnu: Add ibutils.
From: |
Ludovic Courtès |
Subject: |
[bug#28555] [PATCH 3/3] gnu: Add ibutils. |
Date: |
Sat, 23 Sep 2017 18:19:15 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Dave Love <address@hidden> skribis:
> * gnu/packages/fabric-management.scm (ibutils): New variable.
Applied with the changes below.
Thanks!
Ludo’.
diff --git a/gnu/packages/fabric-management.scm
b/gnu/packages/fabric-management.scm
index dea19c9a1..76ef9eef2 100644
--- a/gnu/packages/fabric-management.scm
+++ b/gnu/packages/fabric-management.scm
@@ -167,8 +167,7 @@ interface to this library is not guaranteed to be stable.")
(string-append "--with-tk-lib=" (assoc-ref %build-inputs "tk")
"/lib")
"--disable-static")))
(synopsis "InfiniBand network utilities")
- (description "\
-A set of utilities useful for diagnosing and testing InfiniBand based
-networks.")
+ (description "These command-line utilities allow for diagnosing and
+testing InfiniBand networks.")
(home-page "https://www.openfabrics.org/downloads/ibutils/")
(license bsd-2)))