summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 669aa1776d6f..8223bab0c113 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hsa-rocr
pkgdesc = ROCm Platform Runtime: ROCr a HPC market enhanced HSA based runtime
pkgver = 3.3.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/RadeonOpenCompute/ROCR-Runtime
arch = x86_64
license = custom:NCSAOSL
diff --git a/PKGBUILD b/PKGBUILD
index db522f6138c5..57c11fb8e03f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=hsa-rocr
pkgver=3.3.0
-pkgrel=2
+pkgrel=3
pkgdesc='ROCm Platform Runtime: ROCr a HPC market enhanced HSA based runtime'
arch=('x86_64')
url='https://github.com/RadeonOpenCompute/ROCR-Runtime'
@@ -23,6 +23,7 @@ build() {
cmake -DCMAKE_INSTALL_PREFIX=/opt/rocm \
-DHSAKMT_INC_PATH=/opt/rocm/include \
-DHSAKMT_LIB_PATH=/opt/rocm/lib \
+ -DCMAKE_BUILD_TYPE=Release \
"$_dirname/src"
make
}