Fwd: same package name for unrelated packages

  • Open
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Andy Tai
Owner
unassigned
Submitted by
Andy Tai
Severity
normal
A
A
Andy Tai wrote on 27 Jun 2024 19:43
(name . guix-bug)(address . bug-guix@gnu.org)
CAJsg1E-mHC6q7W=+Vg0kE0GT-YG39S51r9ErSsdgq6QzcgWimA@mail.gmail.com
in GNU Guix today:

$ guix show volk
name: volk
version: 3.0.0
outputs:
+ out: everything
systems: x86_64-linux i686-linux
dependencies: boost@1.80.0 python-mako@1.2.2 python-wrapper@3.10.7
location: gnu/packages/engineering.scm:1381:2
license: ASL 2.0, LGPL 3+
synopsis: Vector-Optimized Library of Kernels
description: VOLK (Vector-Optimized Library of Kernels) contains procedures with
+ machine-specific optimizations for mathematical functions. It also provides a
+ machine-independent interface to select the best such procedures to
use on a given system.

name: volk
version: 1.3.280.0
outputs:
+ out: everything
systems: x86_64-linux i686-linux
dependencies: vulkan-headers@1.3.280.0
location: gnu/packages/vulkan.scm:565:2
license: Expat
synopsis: Meta loader for Vulkan API
description: Volk is a meta-loader for Vulkan. It allows you to
dynamically load entrypoints
+ required to use Vulkan without linking the Vulkan loader.
Additionally, volk simplifies the
+ use of Vulkan extensions by automatically loading all associated
entrypoints. Finally, volk
+ enables loading Vulkan entrypoints directly from the driver which
can increase performance by
+ skipping loader dispatch overhead.


One would assume this can break things,,,,
A
A
Andy Tai wrote on 22 Jan 09:20 +0100
[PATCH] gnu: vulkan-volk: renamed from volk to avoid confusion with another volk package..
(address . 71808@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
b3c01f11f3549690a86f0b403424bbf3ffbee535.1737534035.git.atai@atai.org
* 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(-)

Toggle diff (29 lines)
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
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 71808@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71808
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch