stockfish: update to 17.1

Closes: #54913 [via git-merge-pr]
This commit is contained in:
shtayerc 2025-03-30 15:39:38 +02:00 committed by classabbyamp
parent e41c9ce69e
commit 61439bf695
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5
2 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
--- a/src/Makefile 2024-02-24 18:59:34.151734872 +0000 --- old/src/Makefile 2025-03-30 15:28:38.806417691 +0200
+++ b/src/Makefile 2024-02-24 19:01:49.798743474 +0000 +++ new/src/Makefile 2025-03-30 15:30:43.551170610 +0200
@@ -397,31 +397,7 @@ endif @@ -432,31 +432,7 @@
ifeq ($(COMP),gcc) ifeq ($(COMP),gcc)
comp=gcc comp=gcc
@ -15,7 +15,7 @@
- ifeq ($(ARCH),riscv64) - ifeq ($(ARCH),riscv64)
- CXXFLAGS += -latomic - CXXFLAGS += -latomic
- endif - endif
- else ifeq ($(ARCH),loongarch64) - else ifeq ($(arch),loongarch64)
- CXXFLAGS += -latomic - CXXFLAGS += -latomic
- else - else
- CXXFLAGS += -m$(bits) - CXXFLAGS += -m$(bits)

View file

@ -1,8 +1,8 @@
# Template file for 'stockfish' # Template file for 'stockfish'
pkgname=stockfish pkgname=stockfish
version=17 version=17.1
revision=1 revision=1
_net_file_big=nn-1111cefa1111.nnue _net_file_big=nn-1c0000000000.nnue
_net_file_small=nn-37f18f62d772.nnue _net_file_small=nn-37f18f62d772.nnue
build_wrksrc=src build_wrksrc=src
build_style=gnu-makefile build_style=gnu-makefile
@ -16,8 +16,8 @@ homepage="http://stockfishchess.org/"
distfiles="https://github.com/official-stockfish/Stockfish/archive/sf_${version}.tar.gz 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_big}
https://tests.stockfishchess.org/api/nn/${_net_file_small}" https://tests.stockfishchess.org/api/nn/${_net_file_small}"
checksum="8f9b52285c3348c065b7cb58410626df16d7416a2e60a3b04f3ec7c038e67ad1 checksum="0cfd9396438798cc68f5c0d5fa0bb458bb8ffff7de06add841aaeace86bec1f1
1111cefa11116b77161bd4b14dab4c50f26e5920c756f4861592be3dcd6de174 1c0000000000a67d629999d932d0c373f7450ce43cd12d0562868f4eaf9ae2ad
37f18f62d772f3107e1d6aaca3898c130c3c86f2ab63e6555fbbca20635a899d" 37f18f62d772f3107e1d6aaca3898c130c3c86f2ab63e6555fbbca20635a899d"
skip_extraction="${_net_file_big} ${_net_file_small}" skip_extraction="${_net_file_big} ${_net_file_small}"