summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneeshy2020-02-28 18:17:32 +0000
committerneeshy2020-03-07 14:29:30 -0500
commit184fd0b24aa3220571e99910b3021c1af56fa555 (patch)
tree7686ad6caedc36500e9a97265244f7f97edd14d7
parentc714bbc8909b5a1b8ec78176da91a53fe3b0d0b8 (diff)
downloadaur-184fd0b24aa3220571e99910b3021c1af56fa555.tar.gz
hcc, hcc-git: Add back python dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33fd74254754..7efd70733004 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = hcc
license = custom:NCSAOSL
makedepends = git
makedepends = cmake
+ makedepends = python
depends = rocr-runtime>=3.0.0
depends = z3
options = !staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index 6480460d3454..cb68a21bcf7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('x86_64')
url="https://github.com/RadeonOpenCompute/hcc"
license=('custom:NCSAOSL')
depends=('rocr-runtime>=3.0.0' 'z3')
-makedepends=('git' 'cmake')
+makedepends=('git' 'cmake' 'python')
options=(!staticlibs strip)
source=("hcc-roc-hcc-$pkgver.tar.gz::https://github.com/RadeonOpenCompute/hcc/archive/roc-hcc-$pkgver.tar.gz"
"llvm-project-roc-hcc-$pkgver.tar.gz::https://github.com/RadeonOpenCompute/llvm-project/archive/roc-hcc-$pkgver.tar.gz"