Can anyone make a compile of this engine?
Latest changes to the source were made 3 days ago.
https://github.com/Adam-Kulju/Patricia
Patricia Chess Engine
Moderator: Ras
-
- Posts: 2873
- Joined: Mon Feb 11, 2008 3:53 pm
- Location: Denmark
- Full name: Damir Desevac
-
- Posts: 2873
- Joined: Mon Feb 11, 2008 3:53 pm
- Location: Denmark
- Full name: Damir Desevac
Re: Patricia Chess Engine
Can anyone explain how to compile Patricia?
There are no instructions on Patricia's github website.

There are no instructions on Patricia's github website.


-
- Posts: 2704
- Joined: Sat Sep 03, 2011 7:25 am
- Location: Berlin, Germany
- Full name: Stefan Pohl
Re: Patricia Chess Engine
All from Patricia GitHub:
If you have a machine that supports AVX512 or you want to compile from source for other reasons, you can easily build Patricia from source by running the commands:
git clone https://github.com/Adam-Kulju/Patricia
cd Patricia/engine
make -B
https://github.com/Adam-Kulju/Patricia/ ... e/Makefile
PS: The JA binaries from May, 10th work perfect and are not very old:
https://drive.proton.me/urls/QPBTVF5ZG0#ybZPc6NszTDN
If you have a machine that supports AVX512 or you want to compile from source for other reasons, you can easily build Patricia from source by running the commands:
git clone https://github.com/Adam-Kulju/Patricia
cd Patricia/engine
make -B
https://github.com/Adam-Kulju/Patricia/ ... e/Makefile
PS: The JA binaries from May, 10th work perfect and are not very old:
https://drive.proton.me/urls/QPBTVF5ZG0#ybZPc6NszTDN
-
- Posts: 112
- Joined: Sun Aug 21, 2016 7:59 am
- Full name: Chris Euler
Re: Patricia Chess Engine
Patricia4 (202506): https://drive.google.com/file/d/1I2kVkJ ... ZYeZ6/view
Package contains AVX2 and SSE4 binaries. Enjoy!
BTW, this is my first time compiling her so i hope i didn't break anything.
Chris
Package contains AVX2 and SSE4 binaries. Enjoy!
BTW, this is my first time compiling her so i hope i didn't break anything.

Chris
-
- Posts: 2873
- Joined: Mon Feb 11, 2008 3:53 pm
- Location: Denmark
- Full name: Damir Desevac
Re: Patricia Chess Engine
Thanks a lot my friend. Will give it a try later today.


