Search Criteria
Package Details: lizzie-git 0.7.4.r8.gebeb446-1
Git Clone URL: | https://aur.archlinux.org/lizzie-git.git (read-only, click to copy) |
---|---|
Package Base: | lizzie-git |
Description: | Analysis interface for Leela Zero |
Upstream URL: | https://github.com/featurecat/lizzie |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | algebro |
Maintainer: | algebro |
Last Packager: | algebro |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2018-11-21 02:30 |
Last Updated: | 2020-12-02 15:16 |
Dependencies (5)
- bash (bash-devel-git, bash-devel-static-git)
- java-runtime (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jre7, jre14, jdk8-jetbrains, jdk7r1-j9-bin, jdk7-j9-bin, zulu-14-bin, zulu-13-bin, jdk-bcl, jre-bcl, amazon-corretto-15, jre-openj9, jdk11-openj9-bin, java-openjdk-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jre8, jdk8, jdk-openj9-bin, jre, jdk11-adoptopenjdk, jdk-adoptopenjdk, zulu-8-bin, zulu-11-bin, zulu-15-bin, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-full-bin, liberica-jdk-8-full-bin, liberica-jdk-full-bin, liberica-jdk-11-full-bin, liberica-jre-11-bin, liberica-jre-8-full-bin, zulu-embedded-jdk, jdk8-j9-bin, zulu-embedded-jdk11, jdk8-openj9-bin, zulu-embedded-jdk8, jre11, sapmachine-jdk-bin, jre11-jetbrains-imfix, jre-jetbrains, jdk11-graalvm-bin, jdk8-graalvm-bin, jre8-adoptopenjdk, java-openjdk-ea-bin, java-openjdk-loom-ea-bin, jdk-arm, jdk-jetbrains, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
- leela-zero-git
- git (git-git) (make)
- maven (mvnvm) (make)
Latest Comments
xyproto commented on 2020-12-02 11:32
Changing the version number from 0.7.2 to 0.7.4 made this package build here.
algebro commented on 2019-04-05 21:08
@apetresc good question, it might be worth asking featurecat since I'm not sure exactly which features of the
next
branch it requiredapetresc commented on 2019-04-05 20:49
Is leela-zero-git still necessary since the release of leela-zero 0.17 a few days ago? I assume whatever extensions were necessary have been upstreamed in that release now.
algebro commented on 2019-04-03 16:33
It's always been that way for me (even when not using this package), so I --think-- that's just the way it is. I think it happens because LZ has to do some tuning/caching on startup but I'm not exactly sure. I have noticed that subsequent startups tend to go a lot faster.
janwil commented on 2019-04-03 06:23
Indeed, Lizzie now compiled and installed fine, thanks! On the first run it said "Leela Zero is loading ..." for a few minutes, but after a restart or two it finally started working. Is this an expected behaviour?
algebro commented on 2019-04-02 18:15
@janwil can you try now? I just updated the package and it's working now for me.
algebro commented on 2019-04-02 17:58
Thanks for the report. You're right, it looks like they changed how the configuration works upstream. Previously
mvn package
would generate a config.txt, but that's no longer the case.I'll work on pushing a fix soon.
janwil commented on 2019-04-02 17:29
I tried to build-install the package and the dependencies with
yay -S lizzie-git
but I get the message
sed: can't read lizzie/config.txt: No such file or directory ==> ERROR: A failure occurred in package().
And indeed, the unzipped source does not seem to have lizzie/config.txt file. Maybe there has been a name change of this file or something?
Best, Jan