Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
clpeak
Commits:
d11acf5a by Sven-Hendrik Haase at 2026-05-18T19:07:53+02:00
upgpkg: 2.0.7-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = clpeak
pkgdesc = A tool which profiles OpenCL devices to find their peak
capacities (OpenCL/Vulkan support)
- pkgver = 2.0.6
+ pkgver = 2.0.7
pkgrel = 1
url = https://github.com/krrishnarraj/clpeak
arch = x86_64
@@ -17,8 +17,8 @@ pkgbase = clpeak
depends = libstdc++
depends = glibc
depends = vulkan-icd-loader
- source = git+https://github.com/krrishnarraj/clpeak#tag=2.0.6
- sha512sums =
27e9d6e5eaebe09fdf261ebd0492f3f87cd400dbeeea33eb302c2e7280cb796e60401085e31313b2d76d2bdf2f295cf905046525479c292d097ea2d9ee6e537f
+ source = git+https://github.com/krrishnarraj/clpeak#tag=2.0.7
+ sha512sums =
a1df3501e7da084ba1823cd6a5c01eca78ea971e0116b966c8f50338893d2328efe4608b40a766792dfbb5edc27bb9c9da543271f02a0aefcd96044d265016ea
pkgname = clpeak
=====================================
PKGBUILD
=====================================
@@ -1,6 +1,6 @@
# Maintainer: Sven-Hendrik Haase <[email protected]>
pkgname=(clpeak clpeak-cuda)
-pkgver=2.0.6
+pkgver=2.0.7
pkgrel=1
pkgdesc="A tool which profiles OpenCL devices to find their peak capacities
(OpenCL/Vulkan support)"
arch=('x86_64')
@@ -9,7 +9,7 @@ license=("Unlicense")
depends=('ocl-icd' 'libgcc' 'libstdc++' 'glibc' 'vulkan-icd-loader')
makedepends=('cmake' 'opencl-headers' 'ninja' 'git' 'vulkan-headers' 'shaderc'
'cuda')
source=(git+https://github.com/krrishnarraj/clpeak#tag=$pkgver)
-sha512sums=('27e9d6e5eaebe09fdf261ebd0492f3f87cd400dbeeea33eb302c2e7280cb796e60401085e31313b2d76d2bdf2f295cf905046525479c292d097ea2d9ee6e537f')
+sha512sums=('a1df3501e7da084ba1823cd6a5c01eca78ea971e0116b966c8f50338893d2328efe4608b40a766792dfbb5edc27bb9c9da543271f02a0aefcd96044d265016ea')
build() {
cd clpeak
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/clpeak/-/commit/d11acf5a097a54cfaafffc258ade26354313d3ba
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/clpeak/-/commit/d11acf5a097a54cfaafffc258ade26354313d3ba
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help