blob: 981fc8a29f8b9312fcbcb27b81afd52a3880bb91 (
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
|
pkgbase = lc0
pkgdesc = UCI-compliant chess engine designed to play chess via neural network, specifically those of the LeelaChessZero project.
pkgver = 0.30.0
pkgrel = 1
url = https://lczero.org/
install = lc0.install
arch = x86_64
license = GPL3
checkdepends = gtest
makedepends = git
makedepends = meson
makedepends = eigen
makedepends = clang
makedepends = opencl-headers
depends = ocl-icd
depends = openblas
optdepends = blas-openblas: Backend for use with CPUs
optdepends = cudnn: Backend for use with nvidia GPUs
optdepends = opencl-driver: Backend for use with OpenCL
noextract = $_weights
source = lc0
source = lc0-0.30.0.tar.gz::https://github.com/LeelaChessZero/lc0/archive/v0.30.0.tar.gz
source = weights_hanse-69722-vf2.gz::https://storage.lczero.org/files/networks-contrib/hanse-69722-vf2.gz
sha256sums = cc9c40a508afd0aa2032a6eb309f69e8731a0a7d01f6601a653ae4e509772bd7
sha256sums = c5a11469364d06731b8da09bf9e1989ca6b39695add7d08bd96dd834dd0b5b2a
sha256sums = a519393981e68112628f739e261303987477058027f73c584c1e89302ec55b87
pkgname = lc0
|