blob: 4e5bee556b25f0c0a80d4129687ddc899aff0c35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
pkgbase = cling-dev
pkgdesc = Interactive C++ interpreter (includes custom clang and llvm for dev).
pkgver = v0.7
pkgrel = 2
url = https://root.cern.ch/cling
arch = i686
arch = x86_64
license = custom:Cling Release License
makedepends = cmake
makedepends = libffi
makedepends = git
makedepends = python
makedepends = python2
makedepends = jupyter
source = llvm::git+http://root.cern.ch/git/llvm.git#branch=cling-patches
source = clang::git+http://root.cern.ch/git/clang.git#tag=cling-v0.7
source = cling::git+http://root.cern.ch/git/cling.git#tag=v0.7
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
pkgname = cling-dev
depends = libffi
provides = cling
conflicts = cling
pkgname = cling-jupyter-dev
depends = cling-dev
depends = jupyter
|