diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2023-07-02 21:41:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-02 21:41:13 +0700 |
commit | 1870dc34c6d94312507166c6e5c362946b3eef29 (patch) | |
tree | 677061b056e4490508b2e5951d391ff284222617 /games | |
parent | 500183ba68846264c8ae43718e3da5e2778737d5 (diff) |
games/stockfish: Updated for version 16.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/stockfish/README | 2 | ||||
-rw-r--r-- | games/stockfish/stockfish.SlackBuild | 10 | ||||
-rw-r--r-- | games/stockfish/stockfish.info | 10 |
3 files changed, 10 insertions, 12 deletions
diff --git a/games/stockfish/README b/games/stockfish/README index dd14db8255c8..07b5a4a1d467 100644 --- a/games/stockfish/README +++ b/games/stockfish/README @@ -1,3 +1,5 @@ +stockfish (UCI chess engine) + 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/eboard with PolyGlot) in order to be used comfortably. diff --git a/games/stockfish/stockfish.SlackBuild b/games/stockfish/stockfish.SlackBuild index 0bc23997e828..ad0f3324c821 100644 --- a/games/stockfish/stockfish.SlackBuild +++ b/games/stockfish/stockfish.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for stockfish -# Copyright 2016 - 2022 Johannes Schoepfer, Germany +# Copyright 2016-2023 Johannes Schoepfer, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,8 +29,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=stockfish -NNUE="nn-ad9b42354671.nnue" -VERSION=${VERSION:-15.1} +NNUE="nn-5af11540bbfe.nnue" +VERSION=${VERSION:-16} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -54,16 +54,12 @@ OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i586" ]; then SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" - LIBDIRSUFFIX="" fi set -e diff --git a/games/stockfish/stockfish.info b/games/stockfish/stockfish.info index d70a9b537f85..db502e944aac 100644 --- a/games/stockfish/stockfish.info +++ b/games/stockfish/stockfish.info @@ -1,10 +1,10 @@ PRGNAM="stockfish" -VERSION="15.1" +VERSION="16" HOMEPAGE="https://stockfishchess.org/" -DOWNLOAD="https://github.com/official-stockfish/Stockfish/archive/sf_15.1/Stockfish-sf_15.1.tar.gz \ - https://tests.stockfishchess.org/api/nn/nn-ad9b42354671.nnue" -MD5SUM="59be43846a60ee550c26f6e4ebf02d3a \ - 3625867d1d6ac21dc8d8046afa0ddb58" +DOWNLOAD="https://github.com/official-stockfish/Stockfish/archive/sf_16/Stockfish-sf_16.tar.gz \ + https://tests.stockfishchess.org/api/nn/nn-5af11540bbfe.nnue" +MD5SUM="4b0f16a4f0b8624da9aba5a6cb14bb49 \ + af175cce8a8e5a12fb84f2218adcf61f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |