Date: Saturday, May 6, 2023 @ 18:45:43
  Author: tpkessler
Revision: 1459071

upgpkg: hipsolver 5.5.0-1: ROCm 5.5.0 release

Modified:
  hipsolver/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-06 18:41:40 UTC (rev 1459070)
+++ PKGBUILD    2023-05-06 18:45:43 UTC (rev 1459071)
@@ -1,7 +1,7 @@
 # Maintainer: Torsten Keßler <tpkessler at archlinux dot org>
 
 pkgname=hipsolver
-pkgver=5.4.3
+pkgver=5.5.0
 pkgrel=1
 pkgdesc='rocSOLVER marshalling library.'
 arch=('x86_64')
@@ -11,12 +11,13 @@
 makedepends=('rocm-cmake' 'gcc-fortran')
 _git='https://github.com/ROCmSoftwarePlatform/hipSOLVER'
 source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('02a1bffecc494393f49f97174db7d2c101db557d32404923a44520876e682e3a')
+sha256sums=('0f45be0f90907381ae3e82424599e2ca2112d6411b4a64c72558d63f00409b83')
+options=(!lto)
 _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