blob: 9a196dd28fdab578005e0ed3ad1b7b629052befc (
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 = python-numba-git
pkgdesc = NumPy aware dynamic Python compiler using LLVM (Git version)
pkgver = 0.62.0dev0.r8.g956ea6c69
pkgrel = 1
url = https://github.com/numba/numba
arch = x86_64
license = BSD-2-Clause
makedepends = git
makedepends = openmp
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = tbb
depends = python-llvmlite>=0.45.0dev0
depends = python-numpy
depends = python-setuptools
optdepends = openmp: OpenMP threading backend
optdepends = tbb: TBB threading backend
optdepends = python-scipy: cython bindings used in np.linalg.* support
optdepends = python-jinja: “pretty” type annotation output (HTML) via the CLI
optdepends = python-cffi: use of CFFI bindings in compiled functions
optdepends = python-yaml: use of a .numba_config.yaml file for storing per project configuration options
optdepends = python-colorama: error message highlighting
optdepends = python-pygments: “pretty” type annotation
provides = python-numba=0.62.0dev0.r8.g956ea6c69
conflicts = python-numba
source = git+https://github.com/numba/numba.git
sha256sums = SKIP
pkgname = python-numba-git
|