From 61439bf695181b93b7d6e06e7f97e802271b13b6 Mon Sep 17 00:00:00 2001 From: shtayerc Date: Sun, 30 Mar 2025 15:39:38 +0200 Subject: [PATCH] stockfish: update to 17.1 Closes: #54913 [via git-merge-pr] --- srcpkgs/stockfish/patches/makefile.patch | 8 ++++---- srcpkgs/stockfish/template | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/srcpkgs/stockfish/patches/makefile.patch b/srcpkgs/stockfish/patches/makefile.patch index 44a5f7099e8..c8e71613c60 100644 --- a/srcpkgs/stockfish/patches/makefile.patch +++ b/srcpkgs/stockfish/patches/makefile.patch @@ -1,6 +1,6 @@ ---- a/src/Makefile 2024-02-24 18:59:34.151734872 +0000 -+++ b/src/Makefile 2024-02-24 19:01:49.798743474 +0000 -@@ -397,31 +397,7 @@ endif +--- old/src/Makefile 2025-03-30 15:28:38.806417691 +0200 ++++ new/src/Makefile 2025-03-30 15:30:43.551170610 +0200 +@@ -432,31 +432,7 @@ ifeq ($(COMP),gcc) comp=gcc @@ -15,7 +15,7 @@ - ifeq ($(ARCH),riscv64) - CXXFLAGS += -latomic - endif -- else ifeq ($(ARCH),loongarch64) +- else ifeq ($(arch),loongarch64) - CXXFLAGS += -latomic - else - CXXFLAGS += -m$(bits) diff --git a/srcpkgs/stockfish/template b/srcpkgs/stockfish/template index dba555a0e4a..47aa50246cf 100644 --- a/srcpkgs/stockfish/template +++ b/srcpkgs/stockfish/template @@ -1,8 +1,8 @@ # Template file for 'stockfish' pkgname=stockfish -version=17 +version=17.1 revision=1 -_net_file_big=nn-1111cefa1111.nnue +_net_file_big=nn-1c0000000000.nnue _net_file_small=nn-37f18f62d772.nnue build_wrksrc=src build_style=gnu-makefile @@ -16,8 +16,8 @@ homepage="http://stockfishchess.org/" distfiles="https://github.com/official-stockfish/Stockfish/archive/sf_${version}.tar.gz https://tests.stockfishchess.org/api/nn/${_net_file_big} https://tests.stockfishchess.org/api/nn/${_net_file_small}" -checksum="8f9b52285c3348c065b7cb58410626df16d7416a2e60a3b04f3ec7c038e67ad1 - 1111cefa11116b77161bd4b14dab4c50f26e5920c756f4861592be3dcd6de174 +checksum="0cfd9396438798cc68f5c0d5fa0bb458bb8ffff7de06add841aaeace86bec1f1 + 1c0000000000a67d629999d932d0c373f7450ce43cd12d0562868f4eaf9ae2ad 37f18f62d772f3107e1d6aaca3898c130c3c86f2ab63e6555fbbca20635a899d" skip_extraction="${_net_file_big} ${_net_file_small}"