Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages /
rocm-cmake
Commits:
9d0fbf6f by Torsten Keßler at 2025-03-22T12:38:41+01:00
upgpkg: 6.3.3-1
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = rocm-cmake
pkgdesc = CMake modules for common build tasks needed for the ROCm
software stack
- pkgver = 6.3.2
- pkgrel = 2
+ pkgver = 6.3.3
+ pkgrel = 1
url = https://github.com/ROCm/rocm-cmake
arch = any
license = MIT
@@ -9,10 +9,10 @@ pkgbase = rocm-cmake
checkdepends = rocm-llvm
depends = rocm-core
depends = cmake
- source =
rocm-cmake-6.3.2.tar.gz::https://github.com/ROCm/rocm-cmake/archive/rocm-6.3.2.tar.gz
+ source =
rocm-cmake-6.3.3.tar.gz::https://github.com/ROCm/rocm-cmake/archive/rocm-6.3.3.tar.gz
source = rocm-cmake-old-policy-cmp0079.patch
source = cmake-deprecation.patch
- sha256sums =
f5104c2289da99a70d8c4c1befbca4f8efa7c89711eaac7b6b63592cd4bd99a8
+ sha256sums =
4238cccc22226ba9487185fc2faa66b11c0cb8e7982240332e1b919cec8d909e
sha256sums =
7c8d8351a8e85a0d122421d02ad967c75d4dd8442192662c1a1a68bacdfad67d
sha256sums =
dc95d690751af7c65c875c50f5d0cea594e50e618e24b33bafc77cced29fec1e
=====================================
.nvchecker.toml
=====================================
@@ -1,5 +1,4 @@
[rocm-cmake]
-source = 'github'
-github = 'ROCm/rocm-cmake'
-use_latest_release = true
-prefix = 'rocm-'
+source = "git"
+git = "https://github.com/ROCm/rocm-cmake.git"
+prefix = "rocm-"
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Ranieri Althoff <ranisalt+aur at gmail.com>
pkgname=rocm-cmake
-pkgver=6.3.2
-pkgrel=2
+pkgver=6.3.3
+pkgrel=1
pkgdesc='CMake modules for common build tasks needed for the ROCm software
stack'
arch=('any')
url='https://github.com/ROCm/rocm-cmake'
@@ -15,7 +15,7 @@ checkdepends=('git' 'rocm-llvm')
source=("${pkgname}-${pkgver}.tar.gz::$url/archive/rocm-$pkgver.tar.gz"
"${pkgname}-old-policy-cmp0079.patch"
"cmake-deprecation.patch")
-sha256sums=('f5104c2289da99a70d8c4c1befbca4f8efa7c89711eaac7b6b63592cd4bd99a8'
+sha256sums=('4238cccc22226ba9487185fc2faa66b11c0cb8e7982240332e1b919cec8d909e'
'7c8d8351a8e85a0d122421d02ad967c75d4dd8442192662c1a1a68bacdfad67d'
'dc95d690751af7c65c875c50f5d0cea594e50e618e24b33bafc77cced29fec1e')
_dirname="$(basename "$url")-$(basename "${source[0]}" .tar.gz)"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rocm-cmake/-/commit/9d0fbf6f8ce2fc4c358c4b4f801be840f9e5e2f8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rocm-cmake/-/commit/9d0fbf6f8ce2fc4c358c4b4f801be840f9e5e2f8
You're receiving this email because of your account on gitlab.archlinux.org.