summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorarchibald8692020-10-03 22:18:24 +0200
committerarchibald8692020-10-03 22:18:24 +0200
commitae3ec1edb4c220dab6f704c41f38db5bf80d27e7 (patch)
tree4dfd9cbc33045e5d84c973ab94a8d7caa94e34e9 /PKGBUILD
parent5ba1874f7521cc72fd50da6401bdf90f966c4e4a (diff)
downloadaur-ae3ec1edb4c220dab6f704c41f38db5bf80d27e7.tar.gz
Update to version 0.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81b74a2c0017..31602a3d02ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: archibald869 <archibald869 at web dot de>
pkgname=cling
-pkgver=0.6
-pkgrel=5
+pkgver=0.7
+pkgrel=1
pkgdesc="Interactive C++ interpreter, built on the top of LLVM and Clang libraries"
arch=("i686" "x86_64")
url="https://root.cern.ch/cling"
@@ -44,7 +44,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 \