Search Criteria
Package Details: lc0-cudnn-git 855-1
Git Clone URL: | https://aur.archlinux.org/lc0-cudnn-git.git (read-only, click to copy) |
---|---|
Package Base: | lc0-cudnn-git |
Description: | CudNN version of Leela Chess Zero. |
Upstream URL: | https://lczero.org/ |
Keywords: | chess cudnn engine leela |
Licenses: | |
Submitter: | ghotrix |
Maintainer: | ghotrix |
Last Packager: | ghotrix |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2018-05-07 15:31 |
Last Updated: | 2019-02-10 21:20 |
Dependencies (6)
- cuda (cuda65, cuda-11.0)
- cudnn
- protobuf (protobuf3-git, protobuf-git, protobuf-static)
- git (git-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- meson>=0.46 (meson-git) (make)
Required by (2)
- chessx (optional)
- lc0-client-git (optional)
Latest Comments
ghotrix commented on 2019-08-07 10:47
It seems your cuda/cudnn packages are outdated. Run pls
pacman -Syu
in order to update your system and then install lc0 itself.wast3 commented on 2019-06-20 14:16
Build fails with
ghotrix commented on 2019-01-23 09:26
I suspect devs changed the way how protobuf lib is packaged (beforehand it compiled statically). I didn't catch it, because I have this lib installed as dependency of some other soft. Will add it as dependency immediately.
kureta commented on 2019-01-19 22:20
Output of
ldd $(which lc0)
Output of pacman -Qs is empty.
ghotrix commented on 2019-01-19 22:08
somehow lc0 got linked against libprotobuf-lite.so which, apparently, is nonexistent in your system can you post your output of
ldd $(which lc0)
andpacman -Qs protobuf
?kureta commented on 2019-01-19 19:37
I am getting this error:
I don't know where to start trying to fix this.
F1729 commented on 2018-12-13 17:35
Thank you! Your fix works for me.
ghotrix commented on 2018-12-13 14:15
Should be fixed. Try and tell me if it doesn't work.
F1729 commented on 2018-12-12 05:33
The build configuration does not work when OpenBLAS is detected on the system, since it then compiles files that require the libcblas library, but does not link against libcblas.so.