Changes
2 changed files (+10/-7)
-
-
@@ -1,7 +1,7 @@pkgbase = hipsparse pkgdesc = rocSPARSE marshalling library. pkgver = 4.1.0 pkgrel = 2 pkgver = 4.2.0 pkgrel = 1 url = https://rocmdocs.amd.com/en/latest/ROCm_Libraries/ROCm_Libraries.html#hipsparse arch = x86_64 license = MIT
-
@@ -10,7 +10,7 @@ pkgbase = hipsparsemakedepends = gcc-fortran depends = hip-rocclr depends = rocsparse source = hipsparse-4.1.0.tar.gz::https://github.com/ROCmSoftwarePlatform/hipSPARSE/archive/rocm-4.1.0.tar.gz sha256sums = 66710c390489922f0bd1ac38fd8c32fcfb5b7760b92c2d282f7d1abf214742ee source = hipsparse-4.2.0.tar.gz::https://github.com/ROCmSoftwarePlatform/hipSPARSE/archive/rocm-4.2.0.tar.gz sha256sums = cdedf3766c10200d3ebabe86cbb9c0fe6504e4b3317dccca289327d7c189bb3f pkgname = hipsparse
-
-
-
@@ -3,8 +3,8 @@# Contributor: acxz <akashpatel2008 at yahoo dot com> pkgname=hipsparse pkgver=4.1.0 pkgrel=2 pkgver=4.2.0 pkgrel=1 pkgdesc='rocSPARSE marshalling library.' arch=('x86_64') url='https://rocmdocs.amd.com/en/latest/ROCm_Libraries/ROCm_Libraries.html#hipsparse'
-
@@ -13,11 +13,14 @@ depends=('hip-rocclr' 'rocsparse')makedepends=('cmake' 'git' 'gcc-fortran') _git='https://github.com/ROCmSoftwarePlatform/hipSPARSE' source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz") sha256sums=('66710c390489922f0bd1ac38fd8c32fcfb5b7760b92c2d282f7d1abf214742ee') sha256sums=('cdedf3766c10200d3ebabe86cbb9c0fe6504e4b3317dccca289327d7c189bb3f') _dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")" build() { # -fcf-protection is not supported by HIP, see # https://github.com/ROCm-Developer-Tools/HIP/blob/rocm-4.2.x/docs/markdown/clang_options.md CXX=/opt/rocm/bin/hipcc \ CXXFLAGS="${CXXFLAGS} -fcf-protection=none" \ cmake -Wno-dev -S "$_dirname" \ -DCMAKE_CXX_STANDARD=20 \ -DCMAKE_INSTALL_PREFIX=/opt/rocm \
-