mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 10:20:14 +01:00
gnu: papi: Add 'release-monitoring-url' property.
* gnu/packages/profiling.scm (papi)[properties]: New field.
This commit is contained in:
parent
62fc6fdb4c
commit
895c1c20bf
1 changed files with 3 additions and 0 deletions
|
@ -123,6 +123,9 @@ real time, the relation between software performance and processor events.
|
||||||
|
|
||||||
In addition, PAPI provides access to a collection of components that expose
|
In addition, PAPI provides access to a collection of components that expose
|
||||||
performance measurement opportunites across the hardware and software stack.")
|
performance measurement opportunites across the hardware and software stack.")
|
||||||
|
(properties
|
||||||
|
'((release-monitoring-url
|
||||||
|
. "http://icl.cs.utk.edu/papi/software/")))
|
||||||
;; See Debian papi copyright file.
|
;; See Debian papi copyright file.
|
||||||
(license (list license:bsd-3
|
(license (list license:bsd-3
|
||||||
license:lgpl2.1+ ;src/components/infiniband/pscanf.h
|
license:lgpl2.1+ ;src/components/infiniband/pscanf.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue