GNU bug report logs - #71808
Fwd: same package name for unrelated packages

Previous Next

Package: guix;

Reported by: Andy Tai <lichengtai <at> gmail.com>

Date: Thu, 27 Jun 2024 17:45:02 UTC

Severity: normal

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


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

From: Andy Tai <atai <at> atai.org>
To: 71808 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: vulkan-volk: renamed from volk to avoid confusion with
 another volk package..
Date: Wed, 22 Jan 2025 00:20:53 -0800
* gnu/packages/vulkan.scm (vulkan-volk): Renamed from volk.
  (vulkan-tools)[native-inputs]: Reference to volk changed to vulkan-volk.

Change-Id: I8f5e93b753e714d990a837ab914156e5e46d6e46
---
 gnu/packages/vulkan.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm
index dd5b51c7fe..b6abf1adf8 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -447,7 +447,7 @@ (define-public vulkan-tools
     (inputs
      (list glslang libxrandr vulkan-loader wayland wayland-protocols))
     (native-inputs
-     (list googletest pkg-config python volk vulkan-headers))
+     (list googletest pkg-config python vulkan-volk vulkan-headers))
     (arguments
      `(#:configure-flags (list "-DBUILD_TESTS=ON")
        #:phases (modify-phases %standard-phases
@@ -639,9 +639,9 @@ (define-public vulkan-validationlayers
 use the Vulkan API.")
     (license license:asl2.0)))
 
-(define-public volk
+(define-public vulkan-volk
   (package
-    (name "volk")
+    (name "vulkan-volk")
     (version "1.3.280.0")
     (source (origin
               (method git-fetch)

base-commit: c985075db3e6682d8a5a231c01c770aa5a147f72
-- 
2.34.1





This bug report was last modified 76 days ago.

Previous Next


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