Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
hipfft
Commits:
804548fd by Christian Heusel at 2026-05-05T20:54:53+02:00
upgpkg: 7.2.3-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = hipfft
pkgdesc = rocFFT marshalling library.
- pkgver = 7.2.2
+ pkgver = 7.2.3
pkgrel = 1
url = https://rocm.docs.amd.com/projects/hipFFT/en/latest/index.html
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = hipfft
depends = rocfft
depends = rocm-core
options = !lto
- source =
hipfft-7.2.2.tar.gz::https://github.com/ROCm/rocm-libraries/releases/download/rocm-7.2.2/hipfft.tar.gz
- sha256sums =
beb4328f1c8c68e1237eab96b984147d010381601c8b7ceb01769d99978105ab
+ 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 = hipfft
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Christian Heusel <[email protected]>
pkgname=hipfft
-pkgver=7.2.2
+pkgver=7.2.3
pkgrel=1
pkgdesc='rocFFT marshalling library.'
arch=('x86_64')
@@ -21,16 +21,17 @@ makedepends=(
'rocm-cmake'
)
_git='https://github.com/ROCm/rocm-libraries'
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ROCm/rocm-libraries/releases/download/rocm-$pkgver/$pkgname.tar.gz")
-sha256sums=('beb4328f1c8c68e1237eab96b984147d010381601c8b7ceb01769d99978105ab')
+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++
@@ -44,5 +45,5 @@ build() {
package() {
DESTDIR="$pkgdir" cmake --install build
- install -Dm644 "$srcdir/$pkgname/LICENSE.md"
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm644 "$srcdir/$_dirname/LICENSE.md"
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hipfft/-/commit/804548fd20af59520e2a172974a762bcc424ce8d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hipfft/-/commit/804548fd20af59520e2a172974a762bcc424ce8d
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