summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 909b8858d295..fd776147215f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = comgr
pkgdesc = Radeon Open Compute - compiler support
pkgver = 3.3.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/RadeonOpenCompute/ROCm-CompilerSupport
arch = x86_64
license = custom:NCSAOSL
@@ -9,6 +9,7 @@ pkgbase = comgr
makedepends = rocm-cmake
makedepends = rocm-device-libs
makedepends = llvm-amdgpu
+ depends = z3
source = https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/archive/rocm-3.3.0.tar.gz
source = comgr-find-lld-includes.patch
sha256sums = 01e2524e0f28ecd6f46c9720f279207de935d826b0172158792aa3ec86af9ca7
diff --git a/PKGBUILD b/PKGBUILD
index 77f9b654770e..74d4d295e033 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=comgr
pkgdesc='Radeon Open Compute - compiler support'
pkgver=3.3.0
-pkgrel=2
+pkgrel=3
arch=('x86_64')
url='https://github.com/RadeonOpenCompute/ROCm-CompilerSupport'
license=('custom:NCSAOSL')
-depends=()
+depends=(z3)
makedepends=(cmake rocm-cmake rocm-device-libs llvm-amdgpu)
source=("$url/archive/rocm-$pkgver.tar.gz"
"comgr-find-lld-includes.patch")