GNU bug report logs -
#28555
[PATCH 1/3] gnu: Add opensm.
Previous Next
Reported by: Dave Love <fx <at> gnu.org>
Date: Fri, 22 Sep 2017 15:40:02 UTC
Severity: normal
Tags: patch
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
Message #13 received at 28555-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Dave Love <fx <at> gnu.org> skribis:
> * gnu/packages/fabric-management.scm: New file.
> * gnu/local.mk: Add it.
Nice! I adjusted it as shown above and committed.
Thanks!
Ludo’.
[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/fabric-management.scm b/gnu/packages/fabric-management.scm
index abef18d36..873187769 100644
--- a/gnu/packages/fabric-management.scm
+++ b/gnu/packages/fabric-management.scm
@@ -49,17 +49,19 @@
(inputs
`(("rdma-core" ,rdma-core)))
(arguments
- '(#:configure-flags '("--disable-static")
+ `(#:configure-flags '("--disable-static")
#:phases
(modify-phases %standard-phases
(add-after 'install 'doc
(lambda* (#:key outputs #:allow-other-keys)
(let* ((base (assoc-ref outputs "out"))
- (doc (string-append base "/share/doc")))
- (mkdir-p doc)
- (zero?
- (system
- (string-append "cp AUTHORS COPYING ChangeLog doc/* " doc)))))))))
+ (doc (string-append base "/share/doc/"
+ ,name "-" ,version)))
+ (for-each (lambda (file)
+ (install-file file doc))
+ (append (list "AUTHORS" "COPYING" "ChangeLog")
+ (find-files "doc")))
+ #t))))))
(home-page "https://www.openfabrics.org/")
(synopsis "OpenIB InfiniBand Subnet Manager and management utilities")
(description "\
This bug report was last modified 7 years and 320 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.