Date: Saturday, May 6, 2023 @ 20:07:20
  Author: tpkessler
Revision: 1459122

upgpkg: rocfft 5.5.0-1: ROCm 5.5.0 release

Modified:
  rocfft/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-06 20:06:57 UTC (rev 1459121)
+++ PKGBUILD    2023-05-06 20:07:20 UTC (rev 1459122)
@@ -2,7 +2,7 @@
 # Contributor: Jakub Okoński <[email protected]>
 # Contributor: Markus Näther <[email protected]>
 pkgname=rocfft
-pkgver=5.4.3
+pkgver=5.5.0
 pkgrel=1
 pkgdesc='Next generation FFT implementation for ROCm'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('rocm-cmake')
 _git='https://github.com/ROCmSoftwarePlatform/rocFFT'
 source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('ed9664adc9825c237327497bc4b23f020d50be7645647f14a45f4d943dd506e7')
+sha256sums=('9288152e66504b06082e4eed8cdb791b4f9ae2836b3defbeb4d2b54901b96485')
 options=(!lto)
 _dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
 
@@ -21,7 +21,7 @@
   export HIPCC_COMPILE_FLAGS_APPEND="-parallel-jobs=$(nproc)"
   export HIPCC_LINK_FLAGS_APPEND="-parallel-jobs=$(nproc)"
   # -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" \
   cmake \
     -Wno-dev \

Reply via email to