Package Details: vkpeak 20240505-1

Git Clone URL: https://aur.archlinux.org/vkpeak.git (read-only, click to copy)
Package Base: vkpeak
Description: A tool which profiles Vulkan devices to find their peak capacities
Upstream URL: https://github.com/nihui/vkpeak
Licenses: MIT
Submitter: bjin
Maintainer: bjin
Last Packager: bjin
Votes: 1
Popularity: 0.000001
First Submitted: 2023-08-12 02:58 (UTC)
Last Updated: 2024-05-06 07:19 (UTC)

Required by (0)

Sources (2)

Latest Comments

unit73e commented on 2025-06-14 17:18 (UTC)

@bjin I fixed it myself. Here's the commit: https://github.com/unit73e/vkpeak/commit/f14e537cc65a5f392ccddfb6563111b0a7036502

Feel free to cherry pick or copy.

unit73e commented on 2025-06-14 16:50 (UTC)

@bjin doesn't compile anymore because of a new version of CMake. Fixing this requires some patching, namely force minimum CMake to be 3.15 and cstdint has to be declared in some places because it's not implicit anymore.