blob: 3f8c8361f7ddae8353e17cfcf97281da06b98d0e (
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
|
pkgbase = lc0
pkgdesc = UCI-compliant chess engine designed to play chess via neural network, specifically those of the LeelaChessZero project.
pkgver = 0.21.4
pkgrel = 2
url = https://lczero.org/
install = lc0.install
arch = x86_64
license = GPL3
checkdepends = gtest
makedepends = meson
makedepends = zlib
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.21.4.tar.gz::https://github.com/LeelaChessZero/lc0/archive/v0.21.4.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 = 9f9cbb2f9c63311201150bbe63f45440
md5sums = c793a41a73cd20f8efd964152d6eeb18
md5sums = e7c9e1abec8d859ffdbc89e18340c254
pkgname = lc0
|