From 16f32116d5166c49bf1ac2055aa8bcac3f5baae0 Mon Sep 17 00:00:00 2001 From: fbrosson Date: Wed, 7 Feb 2018 03:34:35 +0000 Subject: [PATCH] games-board/Stockfish: bump to version 9. (#2194) --- .../{stockfish-8.recipe => stockfish-9.recipe} | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) rename games-board/stockfish/{stockfish-8.recipe => stockfish-9.recipe} (81%) diff --git a/games-board/stockfish/stockfish-8.recipe b/games-board/stockfish/stockfish-9.recipe similarity index 81% rename from games-board/stockfish/stockfish-8.recipe rename to games-board/stockfish/stockfish-9.recipe index 984f859a2..600bef787 100644 --- a/games-board/stockfish/stockfish-8.recipe +++ b/games-board/stockfish/stockfish-9.recipe @@ -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 }