summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAkash Patel2022-04-24 05:02:47 -0400
committerGitHub2022-04-24 11:02:47 +0200
commit4908684c6afd766f9f29c318508cc8d6a91b7aaa (patch)
tree77f23321e4c06a6401a36064e22c4f244d5f4440 /PKGBUILD
parentd669ca138d8a01e8d08e39cc9736338ccf5a0da4 (diff)
downloadaur-4908684c6afd766f9f29c318508cc8d6a91b7aaa.tar.gz
upgpkg: rocblas 5.1.1-2 (#774)
* Disable LTO
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09bdabba8543..9847f2fe8a3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Markus Näther <naether.markus@gmail.com>
pkgname=rocblas
pkgver=5.1.1
-pkgrel=1
+pkgrel=2
pkgdesc='Next generation BLAS implementation for ROCm platform'
arch=('x86_64')
url='https://rocblas.readthedocs.io/en/latest'
@@ -13,6 +13,7 @@ makedepends=('cmake' 'git' 'python' 'python-virtualenv' 'python-pyaml'
_rocblas='https://github.com/ROCmSoftwarePlatform/rocBLAS'
source=("$pkgname-$pkgver.tar.gz::$_rocblas/archive/rocm-$pkgver.tar.gz")
sha256sums=('8a59c6f1ca36ccaf793bada022641a26da568249c776bd319d0d5bac6a8a809a')
+options=(!lto)
_dirname="$(basename "$_rocblas")-$(basename "${source[0]}" ".tar.gz")"
build() {