Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
rocm-dbgapi


Commits:
9005033b by Christian Heusel at 2026-05-05T16:51:00+02:00
upgpkg: 7.2.3-1: New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = rocm-dbgapi
        pkgdesc = Support library necessary for a debugger of AMD's GPUs
-       pkgver = 7.2.2
+       pkgver = 7.2.3
        pkgrel = 1
        url = https://rocm.docs.amd.com/projects/ROCdbgapi/en/latest/
        arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = rocm-dbgapi
        depends = libgcc
        depends = libstdc++
        depends = rocm-core
-       source = 
rocm-dbgapi-7.2.2.tar.gz::https://github.com/ROCm/ROCdbgapi/archive/rocm-7.2.2.tar.gz
-       sha256sums = 
5773790634cf8a06309f238415c0c96ce0ac2156c1411b0ebe003f3a1800faad
+       source = 
rocm-dbgapi-7.2.3.tar.gz::https://github.com/ROCm/ROCdbgapi/archive/rocm-7.2.3.tar.gz
+       sha256sums = 
746c3c5d0e64fcdad5ec99a47d2be719656c2f24e79f1dc22d29e4ce4f9fb832
 
 pkgname = rocm-dbgapi


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Maintainer: Christian Heusel <[email protected]>
 
 pkgname=rocm-dbgapi
-pkgver=7.2.2
+pkgver=7.2.3
 pkgrel=1
 pkgdesc="Support library necessary for a debugger of AMD's GPUs"
 arch=('x86_64')
@@ -19,7 +19,7 @@ depends=(
 makedepends=('cmake' 'rocm-cmake')
 _git='https://github.com/ROCm/ROCdbgapi'
 source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('5773790634cf8a06309f238415c0c96ce0ac2156c1411b0ebe003f3a1800faad')
+sha256sums=('746c3c5d0e64fcdad5ec99a47d2be719656c2f24e79f1dc22d29e4ce4f9fb832')
 _dirname=$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")
 
 build() {
@@ -29,6 +29,8 @@ build() {
         -S "$_dirname"
         -D CMAKE_BUILD_TYPE=None
         -D CMAKE_INSTALL_PREFIX=/opt/rocm
+        # GCC 16 added -Wsfinae-incomplete and upstream hasn't fixed this yet
+        -D CMAKE_CXX_FLAGS="${CXXFLAGS} -Wno-error=sfinae-incomplete"
     )
     cmake "${cmake_args[@]}"
     cmake --build build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocm-dbgapi/-/commit/9005033bfb1a326009ff9fa0f8f885de679365ad

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocm-dbgapi/-/commit/9005033bfb1a326009ff9fa0f8f885de679365ad
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


Reply via email to