GNU bug report logs - #73543
[PATCH] add tracy-headers

Previous Next

Package: guix-patches;

Reported by: The Man <squishypinkelephant <at> gmail.com>

Date: Sun, 29 Sep 2024 02:23:02 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 73543 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#73543; Package guix-patches. (Sun, 29 Sep 2024 02:23:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to The Man <squishypinkelephant <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 29 Sep 2024 02:23:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: The Man <squishypinkelephant <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: squishypinkelephant <squishypinkelephant <at> gmail.com>
Subject: [PATCH] add tracy-headers
Date: Sat, 28 Sep 2024 21:22:10 -0500
From: squishypinkelephant <squishypinkelephant <at> gmail.com>

Change-Id: Ife9cb2b22c19e671db76e4e03acccc64e2d1e56b
---
 gnu/packages/profiling.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gnu/packages/profiling.scm b/gnu/packages/profiling.scm
index 3862dc2e22..e44eaf4954 100644
--- a/gnu/packages/profiling.scm
+++ b/gnu/packages/profiling.scm
@@ -26,6 +26,7 @@ (define-module (gnu packages profiling)
   #:use-module ((guix licenses) #:prefix license:) ; avoid zlib, expat clashes
   #:use-module (guix download)
   #:use-module (guix utils)
+  #:use-module (guix build-system cmake)
   #:use-module (guix build-system gnu)
   #:use-module (gnu packages)
   #:use-module (gnu packages autotools)
@@ -479,3 +480,14 @@ (define-public tracy
               (delete "libxkbcommon" "wayland")
               (prepend glfw)))
     (synopsis "Frame profiler (X11 version)")))
+
+(define-public tracy-headers
+  (package
+    (inherit tracy-wayland)
+    (name "tracy-headers")
+    (build-system cmake-build-system)
+    ;; the default cmake target is to build headers. how convenient!
+    (arguments
+      `(#:phases %standard-phases
+        #:tests? #f))
+    (synopsis "Headers for Tracy profiler")))
-- 
2.46.0





This bug report was last modified 266 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.