diff options
author | Torsten Keßler | 2021-12-17 17:17:07 +0100 |
---|---|---|
committer | Torsten Keßler | 2021-12-17 17:17:07 +0100 |
commit | d71f329b5c9d69e969f2972894b46180cb504c5d (patch) | |
tree | 4d03306f67a403e7417acfd14e2203f3a6f2f595 /hipsparse | |
parent | 0a4f220214c6c2b563b909d52603070bcecd5ff8 (diff) |
upgpkg: hipsparse 4.5.2-1
upstream release
Diffstat (limited to 'hipsparse')
-rw-r--r-- | hipsparse/.SRCINFO | 6 | ||||
-rw-r--r-- | hipsparse/PKGBUILD | 7 |
2 files changed, 5 insertions, 8 deletions
diff --git a/hipsparse/.SRCINFO b/hipsparse/.SRCINFO index f82688a..5af1547 100644 --- a/hipsparse/.SRCINFO +++ b/hipsparse/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = hipsparse pkgdesc = rocSPARSE marshalling library. - pkgver = 4.5.0 + pkgver = 4.5.2 pkgrel = 1 url = https://rocmdocs.amd.com/en/latest/ROCm_Libraries/ROCm_Libraries.html#hipsparse arch = x86_64 @@ -10,7 +10,7 @@ pkgbase = hipsparse makedepends = gcc-fortran depends = hip depends = rocsparse - source = hipsparse-4.5.0.tar.gz::https://github.com/ROCmSoftwarePlatform/hipSPARSE/archive/rocm-4.5.0.tar.gz - sha256sums = 1049c490fc2008d701a16d14e11004e3bc5b4da993aa48b117e3c44be5677e3c + source = hipsparse-4.5.2.tar.gz::https://github.com/ROCmSoftwarePlatform/hipSPARSE/archive/rocm-4.5.2.tar.gz + sha256sums = 81ca24491fbf2bc8e5aa477a6c38776877579ac9f4241ddadeca76a579a7ebb5 pkgname = hipsparse diff --git a/hipsparse/PKGBUILD b/hipsparse/PKGBUILD index f6f093b..c54d93b 100644 --- a/hipsparse/PKGBUILD +++ b/hipsparse/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: acxz <akashpatel2008 at yahoo dot com> pkgname=hipsparse -pkgver=4.5.0 +pkgver=4.5.2 pkgrel=1 pkgdesc='rocSPARSE marshalling library.' arch=('x86_64') @@ -13,15 +13,12 @@ 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=('1049c490fc2008d701a16d14e11004e3bc5b4da993aa48b117e3c44be5677e3c') +sha256sums=('81ca24491fbf2bc8e5aa477a6c38776877579ac9f4241ddadeca76a579a7ebb5') _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.3.x/docs/markdown/clang_options.md - - # With version 3.21, HIP support was added to CMake that breaks the current scripts, see - # https://github.com/ROCmSoftwarePlatform/rocRAND/issues/198#issuecomment-893573440 CXX=/opt/rocm/bin/hipcc \ CXXFLAGS="${CXXFLAGS} -fcf-protection=none" \ cmake -Wno-dev -S "$_dirname" \ |