Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install cpu-optimized version of Stockfish #24

Closed
fitztrev opened this issue Jul 1, 2023 · 1 comment · Fixed by #32
Closed

Install cpu-optimized version of Stockfish #24

fitztrev opened this issue Jul 1, 2023 · 1 comment · Fixed by #32

Comments

@fitztrev
Copy link
Owner

fitztrev commented Jul 1, 2023

Determine which CPU architecture client is using and install the optimized version from the engine directory.

Right now, it's just installing the default version for each OS.

This is the line that needs to be changed.

@niklasf
Copy link

niklasf commented Jul 1, 2023

Here's how fishnet does this: https://github.com/lichess-org/fishnet/blob/d0990ef62422c86013270e768e5cb8724f4585f7/src/assets.rs#L98-L131. It's missing some of the weaker targets, which are not expected to run fishnet, but that might run this client.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants