Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
clpeak
Commits:
f5fd7284 by Sven-Hendrik Haase at 2026-05-17T16:21:47+02:00
upgpkg: 2.0.6-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.5
+ pkgver = 2.0.6
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.5
- sha512sums =
fcff9d0a84630618fa4c5033660b588483ce5b730a65d32114585a3cfde8b6d2a7e64628843696ebae9ae5f9c5964b4aecef54d22c4ad8ce4bcae71b435c3a4e
+ source = git+https://github.com/krrishnarraj/clpeak#tag=2.0.6
+ sha512sums =
27e9d6e5eaebe09fdf261ebd0492f3f87cd400dbeeea33eb302c2e7280cb796e60401085e31313b2d76d2bdf2f295cf905046525479c292d097ea2d9ee6e537f
pkgname = clpeak
=====================================
PKGBUILD
=====================================
@@ -1,6 +1,6 @@
# Maintainer: Sven-Hendrik Haase <[email protected]>
pkgname=(clpeak clpeak-cuda)
-pkgver=2.0.5
+pkgver=2.0.6
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=('fcff9d0a84630618fa4c5033660b588483ce5b730a65d32114585a3cfde8b6d2a7e64628843696ebae9ae5f9c5964b4aecef54d22c4ad8ce4bcae71b435c3a4e')
+sha512sums=('27e9d6e5eaebe09fdf261ebd0492f3f87cd400dbeeea33eb302c2e7280cb796e60401085e31313b2d76d2bdf2f295cf905046525479c292d097ea2d9ee6e537f')
build() {
cd clpeak
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/clpeak/-/commit/f5fd728411c1e81262c8f9e96bd980941f89d4f0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/clpeak/-/commit/f5fd728411c1e81262c8f9e96bd980941f89d4f0
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