blob: e79555526c1cd27a9fc51650fc69b390cd01842a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = python-llvmlite-git
pkgdesc = A lightweight LLVM Python binding for writing JIT compilers (Git version)
pkgver = 0.45.0dev0.r7.g66dfc90f
pkgrel = 1
url = https://github.com/numba/llvmlite
arch = i686
arch = x86_64
license = BSD-2-Clause
makedepends = git
makedepends = llvm15
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
depends = llvm15-libs
optdepends = python-graphviz: visualising control-flow graphs
provides = python-llvmlite=0.45.0dev0.r7.g66dfc90f
conflicts = python-llvmlite
source = llvmlite::git+https://github.com/numba/llvmlite.git
sha256sums = SKIP
pkgname = python-llvmlite-git
|