Package Details: stockfish 1:17-1

Git Clone URL: https://aur.archlinux.org/stockfish.git (read-only, click to copy)
Package Base: stockfish
Description: A strong UCI chess engine
Upstream URL: https://stockfishchess.org/
Keywords: chess uci
Licenses: GPL-3.0
Submitter: None
Maintainer: niklasf
Last Packager: niklasf
Votes: 159
Popularity: 2.46
First Submitted: 2009-12-18 06:41 (UTC)
Last Updated: 2024-09-07 06:27 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

tage commented on 2018-12-18 10:47 (UTC) (edited on 2018-12-18 10:48 (UTC) by tage)

Can you please add the armv7 architecture. It is as easy as inserting the following lines after line 23 in the pkgbuild:

elif [[ "$CARCH" == "armv7h" ]]; then
    _arch=armv7

I have tested it on my rpi 3b+ and it works.

ozgursarier commented on 2018-06-06 09:43 (UTC)

@bulletmark: Thanks, i've changed it.

bulletmark commented on 2018-06-05 21:32 (UTC)

@ozgursarier, you updated this package but you dropped the epoch so it is actually flagged as a downgrade.

sczi commented on 2018-04-18 14:46 (UTC)

Here's a patch for stockfish 9 https://pastebin.com/46f9VniU

user6553591 commented on 2017-01-17 08:13 (UTC)

Apply this patch: "https://gist.github.com/user6553591/d2919ec2fa4d0786a23d35c4be339d0b" or one like it or I will submit a request for this package to become a orphan.

makiftasova commented on 2017-01-15 23:15 (UTC)

a patch which contains required changes for stockfish 8 can be found at https://gist.github.com/makiftasova/c305e38a47e3eaf1ab261b260695eb21

NoSuck commented on 2016-11-14 19:56 (UTC)

I noticed the other day that chess.com calls a JavaScript module named "stockfish" when analyzing games.

luscinius commented on 2016-11-11 23:22 (UTC)

Stockfish 8 is out. I have just downloaded and compiled it, builds fine.

Auguste commented on 2015-01-30 01:56 (UTC)

upstream has dropped opening book support. opening should be handled by the gui now.