summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarchibald8692020-10-03 22:18:24 +0200
committerarchibald8692020-10-03 22:18:24 +0200
commitae3ec1edb4c220dab6f704c41f38db5bf80d27e7 (patch)
tree4dfd9cbc33045e5d84c973ab94a8d7caa94e34e9
parent5ba1874f7521cc72fd50da6401bdf90f966c4e4a (diff)
downloadaur-ae3ec1edb4c220dab6f704c41f38db5bf80d27e7.tar.gz
Update to version 0.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5026f2eca1d2..f6107fe09273 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cling
pkgdesc = Interactive C++ interpreter, built on the top of LLVM and Clang libraries
- pkgver = 0.6
- pkgrel = 5
+ pkgver = 0.7
+ pkgrel = 1
url = https://root.cern.ch/cling
arch = i686
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = cling
conflicts = cling
source = llvm::git+http://root.cern.ch/git/llvm.git#branch=cling-patches
source = clang::git+http://root.cern.ch/git/clang.git#branch=cling-patches
- source = cling::git+http://root.cern.ch/git/cling.git#tag=v0.6
+ source = cling::git+http://root.cern.ch/git/cling.git#tag=v0.7
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
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 \