chessproblem
Find solutions of chess problems (mate, selfmate, and helpmate) with cooks
homepage ↗ github: vaeth/chessproblem
Available in
| Overlay | Newest | Ebuilds | Last activity | |
|---|---|---|---|---|
| mv gitweb ↗ | 2.13 | 2 | 19 d | details › |
Versions & arches
| Version | Overlay | amd64 | arm64 | x86 | ppc64 | riscv | alpha | arm | hppa | m68k | mips | ppc | s390 | sparc | Committed | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2.13 ≈ | mv | amd64 stable | arm64 stable | x86 stable | ppc64 stable | riscv testing | alpha testing | arm stable | hppa stable | m68k testing | mips testing | ppc stable | s390 testing | sparc stable | 38 d | view · download · history ↗ |
| 1.10 ≈ | mv | amd64 stable | arm64 stable | x86 stable | ppc64 stable | riscv testing | alpha testing | arm stable | hppa stable | m68k testing | mips testing | ppc stable | s390 testing | sparc stable | 38 d | view · download · history ↗ |
Use flags of 2.13
- debug Build with upstream's CXXFLAGS/LDFLAGS for debugging support; not recommended for normal use.
- +multithreading Install multithreading version
- optimization Accept upstream's choices for CXXFLAGS/LDFLAGS for optimization. Absense of this USE flag does not strip user's *FLAGS
- propagate-signal Use signal propagation for thread pruning. Requires more memory; it is faster in some cases, but slower in others
- strong-optimization Adds several more agressive CXXFLAGS/LDFLAGS for optimization like graphite (if available). May cause trouble with some buggy compiler versions. Absense of this USE flag does not strip user's *FLAGS
- unlimited Do not limit number of threads by hardware_concurrency. Useful only for debugging