blob: bee2674404dc07608b8385874225b4199948c8d8 (
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
|
pkgbase = python-llvmlite-git
pkgdesc = A lightweight LLVM Python binding for writing JIT compilers (Git version)
pkgver = 0.46.0dev0.r2.g81461681
pkgrel = 1
url = https://github.com/numba/llvmlite
arch = i686
arch = x86_64
license = BSD-2-Clause
makedepends = cmake
makedepends = git
makedepends = llvm
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
depends = gcc-libs
depends = glibc
depends = python
depends = llvm-libs
optdepends = python-graphviz: visualising control-flow graphs
provides = python-llvmlite=0.46.0dev0.r2.g81461681
conflicts = python-llvmlite
source = llvmlite::git+https://github.com/numba/llvmlite.git
sha256sums = SKIP
pkgname = python-llvmlite-git
|