summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEduardo Sánchez Muñoz2019-11-16 19:24:33 +0100
committerEduardo Sánchez Muñoz2019-11-16 19:24:51 +0100
commit6b0b781a1c0ddae40e76f68aa3dd9e99e3bc6523 (patch)
tree07f32d5d1d17914b4a4e293864ba46b29d5bfb9a /PKGBUILD
parentcce055542408e6afd4b84a44ab6a97fbf6b5c5a7 (diff)
downloadaur-6b0b781a1c0ddae40e76f68aa3dd9e99e3bc6523.tar.gz
Build NVPTX LLVM target.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04dc8b93770c..84a9a4b22a57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Eduardo Sánchez Muñoz
pkgname=(cling-git cling-jupyter-git)
-pkgver=r4338.4683c83c
+pkgver=r4443.9470e538
pkgrel=1
pkgdesc="Interactive C++ interpreter built on the top of LLVM and Clang libraries."
arch=('i686' 'x86_64')
@@ -41,7 +41,7 @@ build() {
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX="/opt/cling" \
- -DLLVM_TARGETS_TO_BUILD="host" \
+ -DLLVM_TARGETS_TO_BUILD="host;NVPTX" \
-DLLVM_BUILD_LLVM_DYLIB=OFF \
-DLLVM_ENABLE_RTTI=ON \
-DLLVM_ENABLE_FFI=ON \