Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
rocfft


Commits:
8cb18b45 by Christian Heusel at 2026-05-05T20:49:16+02:00
upgpkg: 7.2.3-1: New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = rocfft
        pkgdesc = Next generation FFT implementation for ROCm
-       pkgver = 7.2.2
+       pkgver = 7.2.3
        pkgrel = 1
        url = https://rocm.docs.amd.com/projects/rocFFT/en/latest/index.html
        arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = rocfft
        depends = glibc
        depends = libgcc
        options = !lto
-       source = 
rocfft-7.2.2.tar.gz::https://github.com/ROCm/rocm-libraries/releases/download/rocm-7.2.2/rocfft.tar.gz
-       sha256sums = 
a0f401cd59c169a1295a0fe477622c3b7f7004b55cd9b1cfbbf6d39a3fec8e83
+       source = 
rocm-libraries-7.2.3.tar.gz::https://github.com/ROCm/rocm-libraries/archive/refs/tags/rocm-7.2.3.tar.gz
+       sha256sums = 
300cc50720d40bad7c7ed1f6d67e8c5ebecaba62c07a6ea1cc5813c0ea2e41b5
 
 pkgname = rocfft


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 # Contributor: Markus Näther <[email protected]>
 
 pkgname=rocfft
-pkgver=7.2.2
+pkgver=7.2.3
 pkgrel=1
 pkgdesc='Next generation FFT implementation for ROCm'
 arch=('x86_64')
@@ -12,17 +12,18 @@ 
url='https://rocm.docs.amd.com/projects/rocFFT/en/latest/index.html'
 license=('MIT')
 depends=('rocm-core' 'hip-runtime-amd' 'glibc' 'libgcc')
 makedepends=('cmake' 'rocm-cmake' 'rocm-toolchain')
-_git='https://github.com/ROCmSoftwarePlatform/rocFFT'
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ROCm/rocm-libraries/releases/download/rocm-$pkgver/$pkgname.tar.gz";)
-sha256sums=('a0f401cd59c169a1295a0fe477622c3b7f7004b55cd9b1cfbbf6d39a3fec8e83')
+_git='https://github.com/ROCm/rocm-libraries'
+source=("rocm-libraries-$pkgver.tar.gz::https://github.com/ROCm/rocm-libraries/archive/refs/tags/rocm-$pkgver.tar.gz";)
+sha256sums=('300cc50720d40bad7c7ed1f6d67e8c5ebecaba62c07a6ea1cc5813c0ea2e41b5')
 options=(!lto)
+_dirname="rocm-libraries-rocm-$pkgver/projects/$pkgname"
 
 build() {
   # -fcf-protection is not supported by HIP, see
   # 
https://rocm.docs.amd.com/projects/llvm-project/en/latest/reference/rocmcc.html#support-status-of-other-clang-options
   local cmake_args=(
     -Wno-dev
-    -S "$pkgname"
+    -S "$_dirname"
     -B build
     -D CMAKE_BUILD_TYPE=None
     -D CMAKE_CXX_COMPILER=amdclang++
@@ -36,5 +37,5 @@ build() {
 
 package() {
   DESTDIR="$pkgdir" cmake --install build
-  install -Dm644 "$pkgname/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 "$_dirname/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocfft/-/commit/8cb18b4597d09cc5f1de822f7fb07cc552593d71

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocfft/-/commit/8cb18b4597d09cc5f1de822f7fb07cc552593d71
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