Changes
2 changed files (+5/-5)
-
-
@@ -1,6 +1,6 @@pkgbase = hipsparse pkgdesc = rocSPARSE marshalling library. pkgver = 4.5.2 pkgver = 5.0.0 pkgrel = 1 url = https://rocmdocs.amd.com/en/latest/ROCm_Libraries/ROCm_Libraries.html#hipsparse arch = x86_64
-
@@ -10,7 +10,7 @@ pkgbase = hipsparsemakedepends = gcc-fortran depends = hip depends = rocsparse source = hipsparse-4.5.2.tar.gz::https://github.com/ROCmSoftwarePlatform/hipSPARSE/archive/rocm-4.5.2.tar.gz sha256sums = 81ca24491fbf2bc8e5aa477a6c38776877579ac9f4241ddadeca76a579a7ebb5 source = hipsparse-5.0.0.tar.gz::https://github.com/ROCmSoftwarePlatform/hipSPARSE/archive/rocm-5.0.0.tar.gz sha256sums = 0a1754508e06d3a6b17593a71a3c57a3e25d3b46d88573098fda11442853196c pkgname = hipsparse
-
-
-
@@ -3,7 +3,7 @@# Contributor: acxz <akashpatel2008 at yahoo dot com> pkgname=hipsparse pkgver=4.5.2 pkgver=5.0.0 pkgrel=1 pkgdesc='rocSPARSE marshalling library.' arch=('x86_64')
-
@@ -13,7 +13,7 @@ depends=('hip' 'rocsparse')makedepends=('cmake' 'git' 'gcc-fortran') _git='https://github.com/ROCmSoftwarePlatform/hipSPARSE' source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz") sha256sums=('81ca24491fbf2bc8e5aa477a6c38776877579ac9f4241ddadeca76a579a7ebb5') sha256sums=('0a1754508e06d3a6b17593a71a3c57a3e25d3b46d88573098fda11442853196c') _dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")" build() {
-