Commit Graph

7 Commits

Author SHA1 Message Date
Lucio Sauer
d6ae7d0c07 games-*/*: fix variable order
I manually went through some entries for `pkgcheck scan -c
VariableOrderCheck`.

Misc updates:
UnusedEclassesCheck
RESTRICT+=" .." -> RESTRICT=".."

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Julien Roy <julien@jroy.ca>
2024-05-13 18:18:20 -04:00
Julien Roy
3d25d4048d */*: remove empty global variable assigment
Signed-off-by: Julien Roy <julien@jroy.ca>
2024-03-21 18:34:41 -04:00
Sergey Torokhov
21befb198b games-board/fairy-stockfish: drop old 14 version
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2022-10-29 01:09:12 +03:00
Sergey Torokhov
d512221f0d games-board/fairy-stockfish: 14.0.1 version bump
Add embed built-in NNUE support for Xiangqi and Janggi

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2021-12-16 01:32:03 +03:00
Sergey Torokhov
27c841dc12 games-board/fairy-stockfish: drop syzygy tests
The instrumented.sh syzygy test data tarball gets differ size every time.
Drop it.

Closes: https://bugs.gentoo.org/815625

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2021-10-01 20:35:43 +03:00
Sergey Torokhov
ab88c21f35 games-board/fairy-stockfish: on allvariants, off optimize -O3, cleanup
- Allways enable build 'all' variants option (add Amazons game).
- Drop 'optimize' use flag and disable '-O3/-ffast' optimization.
- Remove unused 'python' use flag.

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2021-09-27 23:49:15 +03:00
Sergey Torokhov
a1ea9f2d5d games-board/fairy-stockfish: new package
Ebuild is based on games-board/stockfish::gentoo

Fairy-Stockfish is a chess variant engine derived from Stockfish designed
for the support of fairy chess variants and easy extensibility with more games.
It can play various regional, historical, and modern chess variants
as well as games with user-defined rules.
For compatibility with graphical user interfaces it supports the UCI, UCCI,
USI, UCI-cyclone, and CECP/XBoard protocols.

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2021-09-27 18:16:19 +03:00