Date: Saturday, May 6, 2023 @ 20:29:34
Author: tpkessler
Revision: 1459136
upgpkg: hipfft 5.5.0-1: ROCm 5.5.0 release
Modified:
hipfft/trunk/PKGBUILD
----------+
PKGBUILD | 18 ++++++------------
1 file changed, 6 insertions(+), 12 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-06 20:28:39 UTC (rev 1459135)
+++ PKGBUILD 2023-05-06 20:29:34 UTC (rev 1459136)
@@ -1,7 +1,7 @@
# Maintainer: Torsten Keßler <tpkessler at archlinux dot org>
pkgname=hipfft
-pkgver=5.4.3
+pkgver=5.5.0
pkgrel=1
pkgdesc='rocFFT marshalling library.'
arch=('x86_64')
@@ -8,22 +8,16 @@
url='https://hipfft.readthedocs.io/en/latest/'
license=('MIT')
depends=('hip' 'rocfft')
-makedepends=('rocm-cmake')
+makedepends=('rocm-cmake' 'git')
_git='https://github.com/ROCmSoftwarePlatform/hipFFT'
-source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz"
- "hipfft-no-git.patch")
-sha256sums=('ae37f40b6019a11f10646ef193716836f366d269eab3c5cc2ed09af85355b945'
- '6bf435844134dc8e8909ec3f1b73e210e82d61b00b8a555106bd1570fda3294a')
+source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
+sha256sums=('47ec6f7da7346c312b80daaa8f763e86c7bdc33ac8617cfa3344068e5b20dd9e')
+options=(!lto)
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
-prepare() {
- cd "$_dirname"
- patch -Np1 -i "$srcdir/hipfft-no-git.patch"
-}
-
build() {
# -fcf-protection is not supported by HIP, see
- #
https://docs.amd.com/bundle/ROCm-Compiler-Reference-Guide-v5.4/page/Appendix_A.html
+ #
https://docs.amd.com/bundle/ROCm-Compiler-Reference-Guide-v5.5/page/Compiler_Options_and_Features.html#d2e2018
CXXFLAGS="${CXXFLAGS} -fcf-protection=none" \
ROCM_PATH=/opt/rocm \
cmake \