Date: Saturday, May 6, 2023 @ 15:56:19
  Author: tpkessler
Revision: 1459033

upgpkg: rocsparse 5.5.0-1: ROCm 5.5.0 release

Modified:
  rocsparse/trunk/PKGBUILD
Deleted:
  rocsparse/trunk/rocsparse-no-git.patch

------------------------+
 PKGBUILD               |   15 ++++-----------
 rocsparse-no-git.patch |   12 ------------
 2 files changed, 4 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-06 15:51:32 UTC (rev 1459032)
+++ PKGBUILD    2023-05-06 15:56:19 UTC (rev 1459033)
@@ -1,7 +1,7 @@
 # Maintainer: Torsten Keßler <tpkessler at archlinux dot org>
 # Contributor: Markus Näther <[email protected]>
 pkgname=rocsparse
-pkgver=5.4.3
+pkgver=5.5.0
 pkgrel=1
 pkgdesc='BLAS for sparse computation on top of ROCm'
 arch=('x86_64')
@@ -10,21 +10,14 @@
 depends=('hip' 'rocprim')
 makedepends=('rocm-cmake' 'gcc-fortran')
 _git='https://github.com/ROCmSoftwarePlatform/rocSPARSE'
-source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz"
-        "rocsparse-no-git.patch")
-sha256sums=('9fb633f235eb0567cc54fae6bdc779f16bf0bb4e6f5bdddb40312c6d11ca8478'
-            'bc3cda8fb3e3aad14a2130d9cde7a8c521c2c35448ed69f0873111571d654ad2')
+source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
+sha256sums=('cbee79b637691bc710c1c83fbaa91db7498d38d4df873be23e28ed5617acde72')
 options=(!lto)
 _dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
 
-prepare() {
-    cd "$_dirname"
-    patch -Np1 -i "$srcdir/rocsparse-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" \
   cmake \
     -Wno-dev \

Deleted: rocsparse-no-git.patch
===================================================================
--- rocsparse-no-git.patch      2023-05-06 15:51:32 UTC (rev 1459032)
+++ rocsparse-no-git.patch      2023-05-06 15:56:19 UTC (rev 1459033)
@@ -1,12 +0,0 @@
---- rocSPARSE-rocm-5.4.0/cmake/Dependencies.cmake.bak  2022-12-08 
11:37:01.176015424 +0100
-+++ rocSPARSE-rocm-5.4.0/cmake/Dependencies.cmake      2022-12-08 
11:37:20.093958536 +0100
-@@ -23,9 +23,6 @@
- 
- # Dependencies
- 
--# Git
--find_package(Git REQUIRED)
--
- # Workaround until hcc & hip cmake modules fixes symlink logic in their 
config files.
- # (Thanks to rocBLAS devs for finding workaround for this problem!)
- list(APPEND CMAKE_PREFIX_PATH /opt/rocm /opt/rocm/hip)

Reply via email to