Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
rocm-opencl-runtime
Commits:
989678d6 by Christian Heusel at 2025-12-02T00:22:23+01:00
upgpkg: 7.1.1-1: New upstream release: ROCm 7.1.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = rocm-opencl-runtime
pkgdesc = OpenCL implementation for AMD
- pkgver = 7.1.0
+ pkgver = 7.1.1
pkgrel = 1
url = https://github.com/ROCm/clr
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = rocm-opencl-runtime
depends = opencl-icd-loader
depends = rocm-core
provides = opencl-driver
- source =
rocm-systems::git+https://github.com/ROCm/rocm-systems#tag=rocm-7.1.0
- sha256sums =
72a492b9332d1eca7b48f631d6278dd6cb2318e06ead74a13d12a99fe4d199d7
+ source =
rocm-systems::git+https://github.com/ROCm/rocm-systems#tag=rocm-7.1.1
+ sha256sums =
45103a278e43a8363bed0fc74515030819f72ae26aab801d1e106be9b2715903
pkgname = rocm-opencl-runtime
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: acxz <akashpatel2008 at yahoo dot com>
pkgname=rocm-opencl-runtime
-pkgver=7.1.0
+pkgver=7.1.1
pkgrel=1
pkgdesc='OpenCL implementation for AMD'
arch=('x86_64')
@@ -25,7 +25,7 @@ makedepends=('git' 'rocm-cmake')
provides=('opencl-driver')
_git='https://github.com/ROCm/rocm-systems'
source=("rocm-systems::git+$_git#tag=rocm-$pkgver")
-sha256sums=('72a492b9332d1eca7b48f631d6278dd6cb2318e06ead74a13d12a99fe4d199d7')
+sha256sums=('45103a278e43a8363bed0fc74515030819f72ae26aab801d1e106be9b2715903')
_dir_name='rocm-systems/projects/clr'
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rocm-opencl-runtime/-/commit/989678d6bc91580fd70b92989c35ee213be02984
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rocm-opencl-runtime/-/commit/989678d6bc91580fd70b92989c35ee213be02984
You're receiving this email because of your account on gitlab.archlinux.org.