Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages /
rocprofiler
Commits:
e42dd4b1 by Torsten Keßler at 2026-01-28T22:50:05+01:00
upgpkg: 7.2.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = rocprofiler
pkgdesc = ROC profiler library. Profiling with perf-counters and
derived metrics.
- pkgver = 7.1.1
- pkgrel = 4
+ pkgver = 7.2.0
+ pkgrel = 1
url =
https://rocm.docs.amd.com/projects/rocprofiler/en/latest/index.html
arch = x86_64
license = MIT
@@ -29,9 +29,9 @@ pkgbase = rocprofiler
depends = google-glog
depends = yaml-cpp
options = !lto
- source =
rocm-systems::git+https://github.com/ROCm/rocm-systems#tag=rocm-7.1.1
+ source =
rocm-systems::git+https://github.com/ROCm/rocm-systems#tag=rocm-7.2.0
source = rocm-systems-perfetto::git+https://github.com/google/perfetto
- sha256sums =
45103a278e43a8363bed0fc74515030819f72ae26aab801d1e106be9b2715903
+ sha256sums =
e411176a9be2af4e6a542061cf2697350a848e769f1e35255c0cd6694c5e1ef6
sha256sums = SKIP
pkgname = rocprofiler
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Lubosz Sarnecki <[email protected]>
pkgname=rocprofiler
-pkgver=7.1.1
-pkgrel=4
+pkgver=7.2.0
+pkgrel=1
pkgdesc="ROC profiler library. Profiling with perf-counters and derived
metrics."
arch=('x86_64')
url='https://rocm.docs.amd.com/projects/rocprofiler/en/latest/index.html'
@@ -42,7 +42,7 @@ _dir_name='rocm-systems/projects/rocprofiler'
_dir_name_sdk='rocm-systems/projects/rocprofiler-sdk/'
source=("rocm-systems::git+$_git#tag=rocm-$pkgver"
"rocm-systems-perfetto::git+https://github.com/google/perfetto")
-sha256sums=('45103a278e43a8363bed0fc74515030819f72ae26aab801d1e106be9b2715903'
+sha256sums=('e411176a9be2af4e6a542061cf2697350a848e769f1e35255c0cd6694c5e1ef6'
'SKIP')
options=(!lto)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rocprofiler/-/commit/e42dd4b1b9835159881ce8696c08c2c1fbd32443
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rocprofiler/-/commit/e42dd4b1b9835159881ce8696c08c2c1fbd32443
You're receiving this email because of your account on gitlab.archlinux.org.