guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: perf: Add dependency on libunwind and libnuma.


From: Ludovic Courtès
Subject: 01/03: gnu: perf: Add dependency on libunwind and libnuma.
Date: Tue, 17 Oct 2017 07:24:12 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 1d484507dce7bfeaa579f49f12a3a00412f807af
Author: Ludovic Courtès <address@hidden>
Date:   Tue Oct 17 11:30:31 2017 +0200

    gnu: perf: Add dependency on libunwind and libnuma.
    
    * gnu/packages/linux.scm (perf)[inputs]: Add NUMACTL and LIBUNWIND.
---
 gnu/packages/linux.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 103d9ab..1099da6 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -72,6 +72,7 @@
   #:use-module (gnu packages gnuzilla)
   #:use-module (gnu packages gperf)
   #:use-module (gnu packages gtk)
+  #:use-module (gnu packages libunwind)
   #:use-module (gnu packages libusb)
   #:use-module (gnu packages man)
   #:use-module (gnu packages maths)
@@ -2527,6 +2528,8 @@ in a digital read-out.")
        ("python" ,python-2)                    ;'perf' links against libpython
        ("elfutils" ,elfutils)
        ("libiberty" ,libiberty)      ;used alongside BDF for symbol demangling
+       ("libunwind" ,libunwind)      ;better stack walking
+       ("numactl" ,numactl)          ;for 'perf bench numa mem'
 
        ;; Documentation.
        ("libxml2" ,libxml2)                       ;for $XML_CATALOG_FILES



reply via email to

[Prev in Thread] Current Thread [Next in Thread]