Changes
2 changed files (+6/-6)
-
-
@@ -1,6 +1,6 @@pkgbase = hipsparse pkgdesc = rocSPARSE marshalling library. pkgver = 5.0.0 pkgver = 5.0.1 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-5.0.0.tar.gz::https://github.com/ROCmSoftwarePlatform/hipSPARSE/archive/rocm-5.0.0.tar.gz sha256sums = 0a1754508e06d3a6b17593a71a3c57a3e25d3b46d88573098fda11442853196c source = hipsparse-5.0.1.tar.gz::https://github.com/ROCmSoftwarePlatform/hipSPARSE/archive/rocm-5.0.1.tar.gz sha256sums = 4edfce4de0181fcaad8022142fa0710fe208b801bb53c45cb21b975bb8e84d46 pkgname = hipsparse
-
-
-
@@ -3,7 +3,7 @@# Contributor: acxz <akashpatel2008 at yahoo dot com> pkgname=hipsparse pkgver=5.0.0 pkgver=5.0.1 pkgrel=1 pkgdesc='rocSPARSE marshalling library.' arch=('x86_64')
-
@@ -13,12 +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=('0a1754508e06d3a6b17593a71a3c57a3e25d3b46d88573098fda11442853196c') sha256sums=('4edfce4de0181fcaad8022142fa0710fe208b801bb53c45cb21b975bb8e84d46') _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 # https://github.com/ROCm-Developer-Tools/HIP/blob/rocm-5.0.x/docs/markdown/clang_options.md CXX=/opt/rocm/bin/hipcc \ CXXFLAGS="${CXXFLAGS} -fcf-protection=none" \ cmake -Wno-dev -S "$_dirname" \
-