Date: Thursday, March 9, 2023 @ 19:06:06
  Author: tpkessler
Revision: 1417173

upgpkg: magma 2.7.1-3: Fix provides field for HIP backend

Modified:
  magma/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-09 18:58:32 UTC (rev 1417172)
+++ PKGBUILD    2023-03-09 19:06:06 UTC (rev 1417173)
@@ -8,7 +8,7 @@
 pkgbase=$_pkgname
 pkgname=(magma-cuda magma-hip)
 pkgver=2.7.1
-pkgrel=2
+pkgrel=3
 _pkgdesc="Matrix Algebra on GPU and Multicore Architectures"
 arch=('x86_64')
 url="https://icl.utk.edu/magma/";
@@ -84,7 +84,7 @@
 package_magma-hip() {
   pkgdesc="${_pkgdesc} (with ROCm/HIP)"
   depends+=(hip-runtime-amd hipblas hipsparse)
-  provides=(magma)
+  provides=(hipmagma magma)
   conflicts=(magma)
   replaces=(hipmagma)
 

Reply via email to