16 Commits

Author SHA1 Message Date
naddy
9433d2a35f drop RCS Ids 2022-03-11 19:04:03 +00:00
bcallah
da98d2858d Update to stockfish-14.1
Announcement: https://stockfishchess.org/blog/2021/stockfish-14-1/
2021-10-30 04:46:05 +00:00
bcallah
781249816f Update to Stockfish-14
Announcement:
https://github.com/official-stockfish/Stockfish/releases/tag/sf_14
2021-10-03 21:06:38 +00:00
jca
2268114af6 Use a generic check to handle 64 bits archs
Fixes the build on riscv64.  ok bcallah@ (maintainer)
2021-08-01 14:23:28 +00:00
bcallah
f15affe45c Update to stockfish-13
Announcement:
https://github.com/official-stockfish/Stockfish/releases/tag/sf_13
2021-02-27 03:29:37 +00:00
jasper
e4ba44e42a fix build on powerpc64
ok bcallah@ (MAINTAINER)
2021-01-08 19:53:47 +00:00
bcallah
42ad184503 Update to Stockfish 12.
Changelog:
https://github.com/official-stockfish/Stockfish/releases/tag/sf_12
Notably, Stockfish now uses a neural network for its analysis and decision
making.

ok tracey@, who also reports successful sparc64 usage
2020-09-16 02:59:12 +00:00
cwen
7baac29ca2 quickjs, stockfish: don't require `-latomic' anymore on powerpc, since
this arch has been switched to clang

No objection from bcallah@ (maintainer)
2020-04-06 20:24:53 +00:00
bcallah
050f433c3a Update to stockfish-11
Release notes:
c3483fa9a7
ok cwen@
2020-02-08 04:35:56 +00:00
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
bcallah
c287cc68e1 Ensure that -latomic is linked when on powerpc. Fixes the build error noted
in the latest powerpc bulk report.

While here, there is no legitimate reason to have base-gcc in the COMPILERS
list when this is C++11.
2018-12-12 00:19:07 +00:00
bcallah
1b281b20f0 Update to stockfish-10. Had stockfish play a game against itself on scud as
a test.
Changelog:
https://github.com/official-stockfish/Stockfish/compare/sf_9...sf_10
2018-11-30 19:54:29 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
bcallah
7605436f62 Fix the make targets, it's general not generic. Likely to fix the build on
all LP64 archs not named amd64. No effect on archs that were already
building successfully.
Discovered by landry@'s latest sparc64 build logs.
2018-02-09 01:21:01 +00:00
bcallah
8076b780b9 Update to stockfish-9. Note that all the source moved up one level because
upstraem didn't make the tarball in the same way as before.
2018-02-04 22:03:36 +00:00
bcallah
26a1618cb9 Import games/stockfish, an open source chess engine.
ok bentley@

Stockfish is one of the strongest chess engines in the world. It is also                                                                        
much stronger than the best human chess grandmasters.
2017-12-19 03:27:46 +00:00