games-board/Stockfish: bump to version 9. (#2194)

This commit is contained in:
fbrosson
2018-02-07 03:34:35 +00:00
committed by GitHub
parent 1adfc3b068
commit 16f32116d5

View File

@@ -1,4 +1,4 @@
SUMMARY="A chess engine claimed to be strongest in the world"
SUMMARY="A strong chess engine, among the strongest in the world"
DESCRIPTION="Stockfish is a free UCI chess engine derived from Glaurung 2.1. It \
is not a complete chess program and requires some UCI-compatible GUI (e.g. \
XBoard with PolyGlot, eboard, Arena, Sigma Chess, Shredder, ChessPartner or \
@@ -6,11 +6,13 @@ Fritz) in order to be used comfortably. Read the documentation for your GUI of \
choice for information about how to use Stockfish with it."
HOMEPAGE="https://www.stockfishchess.org/"
COPYRIGHT="2004-2008 Tord Romstad (Glaurung author)
2008-2016 Marco Costalba, Joona Kiiski, Gary Linscott, Tord Romstad"
2008-2015 Marco Costalba, Joona Kiiski, Tord Romstad
2015-2018 Marco Costalba, Joona Kiiski, Gary Linscott, Tord Romstad"
LICENSE="GNU GPL v3"
REVISION="2"
REVISION="1"
SOURCE_URI="https://github.com/official-stockfish/Stockfish/archive/sf_$portVersion.tar.gz"
CHECKSUM_SHA256="e2b77d801d8837c22c2391b8cae08622c1434a2bb5947ddb08b081e1ad35c76c"
CHECKSUM_SHA256="d0f33765376b381868d13cc8bfd4e1fa51040074b7ab388cc93b613dd88f67c4"
SOURCE_FILENAME="stockfish-$portVersion.tar.gz"
SOURCE_DIR="Stockfish-sf_$portVersion"
ARCHITECTURES="!x86_gcc2 x86 x86_64 ?arm ?ppc"
@@ -44,6 +46,7 @@ BUILD_REQUIRES="
BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
cmd:make
cmd:sed
"
BUILD()
@@ -63,5 +66,5 @@ TEST()
{
test `src/stockfish bench 2>&1 1>/dev/null \
| sed -n -e "s/^Nodes searched *: *//p"` \
-eq 5926706
-eq 5023629
}