Date: Saturday, May 6, 2023 @ 17:07:58
  Author: tpkessler
Revision: 1459053

upgpkg: rocsolver 5.5.0-1: ROCm 5.5.0 release

Modified:
  rocsolver/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-06 16:45:15 UTC (rev 1459052)
+++ PKGBUILD    2023-05-06 17:07:58 UTC (rev 1459053)
@@ -1,7 +1,7 @@
 # Maintainer: Torsten Keßler <tpkessler at archlinux dot org>
 
 pkgname=rocsolver
-pkgver=5.4.3
+pkgver=5.5.0
 pkgrel=1
 pkgdesc='Subset of LAPACK functionality on the ROCm platform'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('rocm-cmake' 'python-pyaml' 'fmt')
 _git='https://github.com/ROCmSoftwarePlatform/rocSOLVER'
 source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('5308b68ea72f465239a4bb2ed1a0507f0df7c98d3df3fd1f392e6d9ed7975232')
+sha256sums=('6775aa5b96731208c12c5b450cf218d4c262a80b7ea20c2c3034c448bb2ca4d2')
 options=(!lto)
 _dirname="$(basename "$_git")-$(basename "${source[0]}" .tar.gz)"
 
@@ -20,7 +20,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