summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: b4672d0cdea35a6aafa071ebbffbfae03ee19ab1 (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
32
33
34
35
36
37
38
39
40
pkgbase = lc0
	pkgdesc = UCI-compliant chess engine designed to play chess via neural network, specifically those of the LeelaChessZero project.
	pkgver = 0.23.3
	pkgrel = 2
	url = https://lczero.org/
	install = lc0.install
	arch = x86_64
	license = GPL3
	checkdepends = gtest
	makedepends = meson
	makedepends = zlib
	makedepends = opencl-headers
	depends = protobuf
	depends = ocl-icd
	depends = opencl-driver
	optdepends = nvidia: Necessary for running on nvidia GPUs
	optdepends = cudnn: Neural network library for use with nvidia GPUs
	optdepends = openblas: Library for running on CPUs
	optdepends = intel-compute-runtime: Intel OpenCL runtime for running on intel CPUs
	optdepends = amdapp-sdk: AMD OpenCL runtime for running on AMD CPUs
	optdepends = xf86-video-amdgpu: AMDGPU driver stack
	optdepends = xf86-video-ati: ATI driver stack
	optdepends = opencl-mesa: Open AMD runtime for use with AMDGPU and ATI driver stacks
	optdepends = opencl-amd: AMD proprietary userspace driver for AMDGPU driver stack
	optdepends = rocm-opencl-runtime: AMD runtime for ROCm GPU driver stack
	optdepends = amdgpu-pro-libgl: AMDGPU PRO driver stack
	optdepends = opencl-amdgpu-pro-orca: AMD proprietary runtime for legacy GPUs on the AMDGPU PRO driver stack
	optdepends = opencl-amdgpu-pro-pal: AMD proprietary runtime for the AMDGPU PRO driver stack
	noextract = weights_${_run}_${_nnid}.pb.gz
	source = lc0
	source = lc0-0.23.3.tar.gz::https://github.com/LeelaChessZero/lc0/archive/v0.23.3.tar.gz
	source = lczero-common-master.tar.gz::https://github.com/LeelaChessZero/lczero-common/archive/master.tar.gz
	source = weights_run1_42850.pb.gz::http://data.lczero.org/files/networks/00af53b081e80147172e6f281c01daf5ca19ada173321438914c730370aa4267
	md5sums = SKIP
	md5sums = df6323d463206f0e4d28792d91e2452c
	md5sums = 1d48e79e758912c589393f6a87e790ff
	md5sums = e7c9e1abec8d859ffdbc89e18340c254

pkgname = lc0