summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuchesar V. ILIEV2018-08-23 15:59:16 +0300
committerLuchesar V. ILIEV2018-08-23 16:02:45 +0300
commit7447da279836e1d69645d2785eed2cbd4175fcd9 (patch)
treefa1e037cd06ba10e31d6fa88d8b105fc9f2a1ff7
parent49e4f1e6e17bf9e9e45e60cf5db38e316d2390af (diff)
downloadaur-7447da279836e1d69645d2785eed2cbd4175fcd9.tar.gz
Also enable GPU codegen
Fixes #15.
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index abbffc5b698e..8b85efb52b23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -199,6 +199,8 @@ build() {
-DFFI_LIBRARY_DIR:PATH="$(pkg-config --variable=libdir libffi)" \
-DLLVM_BUILD_DOCS:BOOL=ON \
-DLLVM_ENABLE_SPHINX:BOOL=ON \
+ -DPOLLY_ENABLE_GPGPU_CODEGEN:BOOL=ON \
+ -DLINK_POLLY_INTO_TOOLS:BOOL=ON \
-DSPHINX_OUTPUT_HTML:BOOL=ON \
-DSPHINX_OUTPUT_MAN:BOOL=ON \
-DSPHINX_WARNINGS_AS_ERRORS:BOOL=OFF \