blob: 6cb7cb8e66d6f9cff6c4601427a382bb7d512988 (
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 = leela-zero-git
pkgdesc = Go engine with no human-provided knowledge, modeled after the AlphaGo Zero paper. (next branch)
pkgver = 766
pkgrel = 6
url = https://github.com/leela-zero/leela-zero
install = leela-zero-git.install
arch = x86_64
license = GPLv3
makedepends = git
makedepends = opencl-headers
makedepends = cmake
makedepends = ocl-icd
depends = glibc
depends = zlib
depends = openblas
depends = boost
depends = opencl-driver
depends = qt5-base
provides = leela-zero
conflicts = leela-zero
source = leela-zero::git+https://github.com/leela-zero/leela-zero#branch=next
source = git+https://github.com/google/googletest.git
source = git+https://github.com/eigenteam/eigen-git-mirror
source = weights.txt.gz::http://zero.sjeng.org/best-network
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
pkgname = leela-zero-git
|