Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
clpeak
Commits:
fe6e61a4 by Sven-Hendrik Haase at 2026-07-12T22:59:31+02:00
upgpkg: 2.0.18-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.17
+ pkgver = 2.0.18
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.17
- sha512sums =
4cf7be565dc57192d1bd91d1365665c5c643cc08ea4ba54e1dc26d368cd41c154c7693c3bbe68736e3d94b2fa778b7f6c6d6fc0092d34a21a712cc824e47eb6d
+ source = git+https://github.com/krrishnarraj/clpeak#tag=2.0.18
+ sha512sums =
2019eb2ed4339bda1129ada13497ec9cc9f2255b93cc7b20ed376732ba599df3b2c875a7220b6a39d4aa4f1a83ffbdc3d5a2f91011b3e26323b7af6d6210b219
pkgname = clpeak
=====================================
PKGBUILD
=====================================
@@ -1,6 +1,6 @@
# Maintainer: Sven-Hendrik Haase <[email protected]>
pkgname=(clpeak clpeak-cuda)
-pkgver=2.0.17
+pkgver=2.0.18
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=('4cf7be565dc57192d1bd91d1365665c5c643cc08ea4ba54e1dc26d368cd41c154c7693c3bbe68736e3d94b2fa778b7f6c6d6fc0092d34a21a712cc824e47eb6d')
+sha512sums=('2019eb2ed4339bda1129ada13497ec9cc9f2255b93cc7b20ed376732ba599df3b2c875a7220b6a39d4aa4f1a83ffbdc3d5a2f91011b3e26323b7af6d6210b219')
build() {
cd clpeak
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/clpeak/-/commit/fe6e61a40d1962d5b871bd8ab18374508c59dc2a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/clpeak/-/commit/fe6e61a40d1962d5b871bd8ab18374508c59dc2a
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