Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
rocfft
Commits:
8fe9d915 by Christian Heusel at 2025-05-07T00:31:49+02:00
upgpkg: 6.4.0-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 = 6.3.3
+ pkgver = 6.4.0
pkgrel = 1
url = https://rocm.docs.amd.com/projects/rocFFT/en/latest/index.html
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = rocfft
depends = glibc
depends = gcc-libs
options = !lto
- source =
rocfft-6.3.3.tar.gz::https://github.com/ROCmSoftwarePlatform/rocFFT/archive/rocm-6.3.3.tar.gz
- sha256sums =
b2edb5c39215b98e0abc485d2b277a0b8c6f87f06e9b0770a60f5568ef52e62e
+ source =
rocfft-6.4.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rocFFT/archive/rocm-6.4.0.tar.gz
+ sha256sums =
0e9f3f23d8facee65e32baaec7941119b56eb17313b8b514e1c3994c9777c320
pkgname = rocfft
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Jakub Okoński <[email protected]>
# Contributor: Markus Näther <[email protected]>
pkgname=rocfft
-pkgver=6.3.3
+pkgver=6.4.0
pkgrel=1
pkgdesc='Next generation FFT implementation for ROCm'
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('rocm-core' 'hip-runtime-amd' 'glibc' 'gcc-libs')
makedepends=('cmake' 'rocm-cmake')
_git='https://github.com/ROCmSoftwarePlatform/rocFFT'
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('b2edb5c39215b98e0abc485d2b277a0b8c6f87f06e9b0770a60f5568ef52e62e')
+sha256sums=('0e9f3f23d8facee65e32baaec7941119b56eb17313b8b514e1c3994c9777c320')
options=(!lto)
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rocfft/-/commit/8fe9d91519d89980bafa30afda82f419de04b9ab
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rocfft/-/commit/8fe9d91519d89980bafa30afda82f419de04b9ab
You're receiving this email because of your account on gitlab.archlinux.org.