[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/12: gnu: papi: Fix documentation location.
From: |
Tobias Geerinckx-Rice |
Subject: |
01/12: gnu: papi: Fix documentation location. |
Date: |
Mon, 5 Mar 2018 11:32:24 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit f7c870f78afa5cdb27726ad9b0db931bbd87ca65
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Mar 4 17:28:37 2018 +0100
gnu: papi: Fix documentation location.
* gnu/packages/profiling.scm (papi)[arguments]: Install ‘documentation’
to a customary subdirectory of /share/doc.
---
gnu/packages/profiling.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/profiling.scm b/gnu/packages/profiling.scm
index 35f9d38..e70269e 100644
--- a/gnu/packages/profiling.scm
+++ b/gnu/packages/profiling.scm
@@ -66,7 +66,7 @@
`(("autoconf" ,autoconf)
("gfortran" ,gfortran)))
(arguments
- '(#:tests? #f ; no check target
+ `(#:tests? #f ; no check target
#:configure-flags
;; These are roughly per Fedora, but elide mx (assumed to be dead, even
;; Open-MX) and add and powercap -- I don't know the pros/cons of
@@ -110,7 +110,7 @@ stealtime lmsensors infiniband powercap"
(add-after 'install 'extra-doc
(lambda* (#:key outputs #:allow-other-keys)
(let ((doc (string-append (assoc-ref outputs "out")
- "/share/doc")))
+ "/share/doc/" ,name "-" ,version)))
(chdir "..") ; we went into src above
(for-each (lambda (file)
(install-file file doc))
- branch master updated (0ebc1b9 -> c8213ff), Tobias Geerinckx-Rice, 2018/03/05
- 02/12: gnu: papi: Use HTTPS home page., Tobias Geerinckx-Rice, 2018/03/05
- 04/12: gnu: openvpn: Mark up description., Tobias Geerinckx-Rice, 2018/03/05
- 08/12: gnu: editres: Update to 1.0.7., Tobias Geerinckx-Rice, 2018/03/05
- 05/12: gnu: perl-www-mechanize: Update to 1.87., Tobias Geerinckx-Rice, 2018/03/05
- 10/12: gnu: perl-xml-compile-cache: Update to 1.06., Tobias Geerinckx-Rice, 2018/03/05
- 01/12: gnu: papi: Fix documentation location.,
Tobias Geerinckx-Rice <=
- 12/12: gnu: perl-email-address: Update to 1.909., Tobias Geerinckx-Rice, 2018/03/05
- 03/12: gnu: openvpn: Update to 2.4.5., Tobias Geerinckx-Rice, 2018/03/05
- 09/12: gnu: perl-xml-rss: Update to 1.60., Tobias Geerinckx-Rice, 2018/03/05
- 06/12: gnu: perl-io-socket-ip: Update to 0.39., Tobias Geerinckx-Rice, 2018/03/05
- 11/12: gnu: perl-sub-quote: Update to 2.005000., Tobias Geerinckx-Rice, 2018/03/05
- 07/12: gnu: tocc, libtocc: Use HTTPS home page., Tobias Geerinckx-Rice, 2018/03/05