summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: e3a1afc8c4281a61d58c346574471b070ba95a0b (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
31
pkgbase = python-taichi
	pkgdesc = Productive & portable programming language for high-performance, sparse & differentiable computing on CPUs & GPUs
	pkgver = 1.7.3
	pkgrel = 1
	url = https://github.com/taichi-dev/taichi
	arch = x86_64
	license = Apache-2.0
	makedepends = git
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-setuptools
	makedepends = clang
	makedepends = ninja
	makedepends = cmake
	makedepends = cuda
	makedepends = clang15
	makedepends = llvm15
	depends = python
	depends = python-rich
	depends = python-numpy
	depends = pybind11
	depends = python-pillow
	depends = python-colorama
	depends = python-dill
	options = !debug
	source = git+https://github.com/taichi-dev/taichi.git#tag=v1.7.3
	source = taichi.patch
	b2sums = SKIP
	b2sums = SKIP

pkgname = python-taichi