summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTorsten Keßler2021-05-09 15:22:26 +0200
committerTorsten Keßler2021-05-09 15:22:26 +0200
commita4f89c5a4bd55fed6bac455c459fd15a60c8afbb (patch)
treed76a6d452b344bcc238da777b50f7b8106357018 /PKGBUILD
parent7f810babfa8ce840ca42fb6f258821f563b7feb5 (diff)
downloadaur-a4f89c5a4bd55fed6bac455c459fd15a60c8afbb.tar.gz
upgpkg: rocblas 4.1.0-2
Adjust hipcc path
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c330f89e431e..af4cbb219cf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Markus Näther <naether.markus@gmail.com>
pkgname=rocblas
pkgver=4.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='Next generation BLAS implementation for ROCm platform'
arch=('x86_64')
url='https://rocblas.readthedocs.io/en/latest'
@@ -20,7 +20,7 @@ _dirname="$(basename "$_rocblas")-$(basename "${source[0]}" ".tar.gz")"
build() {
PATH="/opt/rocm/llvm/bin:${PATH}" \
- CXX=/opt/rocm/hip/bin/hipcc \
+ CXX=/opt/rocm/bin/hipcc \
cmake -B build -Wno-dev \
-S "$_dirname" \
-DCMAKE_INSTALL_PREFIX=/opt/rocm \