summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 34d206538a7e159d137345ff6f5ffd572f8b1139 (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.60.0dev0.r51.g6b511bf6b
	pkgrel = 1
	url = https://github.com/numba/numba
	arch = x86_64
	license = BSD
	makedepends = git
	makedepends = openmp
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-wheel
	makedepends = tbb
	depends = python-llvmlite>=0.43.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.60.0dev0.r51.g6b511bf6b
	conflicts = python-numba
	source = git+https://github.com/numba/numba.git
	sha256sums = SKIP

pkgname = python-numba-git