Date: Saturday, May 6, 2023 @ 17:19:19
  Author: tpkessler
Revision: 1459057

upgpkg: hipblas 5.5.0-1: ROCm 5.5.0 release

Modified:
  hipblas/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-06 17:19:10 UTC (rev 1459056)
+++ PKGBUILD    2023-05-06 17:19:19 UTC (rev 1459057)
@@ -1,7 +1,7 @@
 # Maintainer: Torsten Keßler <tpkessler at archlinux dot org>
 # Contributor: Markus Näther <[email protected]>
 pkgname=hipblas
-pkgver=5.4.3
+pkgver=5.5.0
 pkgrel=1
 pkgdesc='ROCm BLAS marshalling library'
 arch=('x86_64')
@@ -11,12 +11,12 @@
 makedepends=('rocm-cmake' 'gcc-fortran')
 _git='https://github.com/ROCmSoftwarePlatform/hipBLAS'
 source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('5acac147aafc15c249c2f24c19459135ed68b506403aa92e602b67cfc10c38b7')
+sha256sums=('b080c25cb61531228d26badcdca856c46c640035c058bfc1c9f63de65f418cd5')
 _dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
 
 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" \
   cmake \
     -Wno-dev \

Reply via email to