summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorneeshy2020-02-28 18:17:32 +0000
committerneeshy2020-03-07 14:29:30 -0500
commit184fd0b24aa3220571e99910b3021c1af56fa555 (patch)
tree7686ad6caedc36500e9a97265244f7f97edd14d7 /PKGBUILD
parentc714bbc8909b5a1b8ec78176da91a53fe3b0d0b8 (diff)
downloadaur-184fd0b24aa3220571e99910b3021c1af56fa555.tar.gz
hcc, hcc-git: Add back python dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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"