From: ludo@gnu.org (Ludovic Courtès)
To: Dave Love <fx@gnu.org>
Cc: 28552-done@debbugs.gnu.org
Subject: bug#28552: [PATCH 2/3] gnu: Add infiniband-diags.
Date: Sat, 23 Sep 2017 18:03:15 +0200 [thread overview]
Message-ID: <87bmm12yik.fsf@gnu.org> (raw)
In-Reply-To: <20170922150407.18134-2-fx@gnu.org> (Dave Love's message of "Fri, 22 Sep 2017 16:04:06 +0100")
[-- Attachment #1: Type: text/plain, Size: 165 bytes --]
Dave Love <fx@gnu.org> skribis:
> * gnu/packages/fabric-management.scm (infiniband-diags): New variable.
Applied with the cosmetic changes below.
Thanks,
Ludo'.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1655 bytes --]
diff --git a/gnu/packages/fabric-management.scm b/gnu/packages/fabric-management.scm
index 4c6f21a98..edb058842 100644
--- a/gnu/packages/fabric-management.scm
+++ b/gnu/packages/fabric-management.scm
@@ -96,7 +96,7 @@ running the opensm daemon.")
("glib" ,glib)))
(outputs '("out" "lib"))
(native-inputs
- ;; fixme: needs rst2man for man pages
+ ;; FIXME: needs rst2man for man pages
`(("autoconf" ,autoconf)
("automake" ,automake)
("libtool" ,libtool)
@@ -126,16 +126,14 @@ running the opensm daemon.")
(perlin (string-append (assoc-ref %outputs "lib")
"/lib/perl5")))
(mkdir-p perlout)
- (zero? (system* "mv" perlin perlout))))))))
+ (rename-file perlin perlout)
+ #t))))))
(home-page "https://github.com/linux-rdma/infiniband-diags")
(synopsis "Infiniband diagnotic tools")
- (description "\
-A set of utilities designed to help configure, debug, and maintain infiniband
-fabrics. Many tools and utilities are provided, some with similar
-functionality.
+ (description "This is a set of command-line utilities to help configure,
+debug, and maintain Infiniband (IB) fabrics.
-In addition to the utilities provided, a sub-library libibnetdisc, is provided
+In addition to the utilities, a sub-library, @file{libibnetdisc}, is provided
to scan an entire IB fabric and return data structures representing it. The
interface to this library is not guaranteed to be stable.")
- (license
- (list gpl2 bsd-2)))) ; dual
+ (license (list gpl2 bsd-2)))) ; dual
next prev parent reply other threads:[~2017-09-23 16:04 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-22 15:04 [bug#28555] [PATCH 1/3] gnu: Add opensm Dave Love
2017-09-22 15:04 ` [bug#28552] [PATCH 2/3] gnu: Add infiniband-diags Dave Love
2017-09-23 16:03 ` Ludovic Courtès [this message]
2017-09-22 15:04 ` [bug#28555] [PATCH 3/3] gnu: Add ibutils Dave Love
2017-09-23 16:19 ` Ludovic Courtès
2017-09-23 15:54 ` bug#28555: [PATCH 1/3] gnu: Add opensm Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87bmm12yik.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=28552-done@debbugs.gnu.org \
--cc=fx@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.