Shashchess 16

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

Robaloooo
Posts: 6
Joined: Tue Apr 28, 2020 1:17 pm
Full name: Rob Raese

Shashchess 16

Post by Robaloooo »

Would it be possible to compile a Mac version for those of us using the Intel processors?
Thank you!
acepoint_de
Posts: 86
Joined: Tue Jun 11, 2013 1:14 am

Re: Shashchess 16

Post by acepoint_de »

Robaloooo wrote: Mon Apr 19, 2021 9:44 pm Would it be possible to compile a Mac version for those of us using the Intel processors?
Thank you!
There is a Intel version on GitHub, isn't it? https://github.com/amchess/ShashChess/r ... 6/MacOS.7z

Ciao

acepoint
Robaloooo
Posts: 6
Joined: Tue Apr 28, 2020 1:17 pm
Full name: Rob Raese

Re: Shashchess 16

Post by Robaloooo »

acepoint_de wrote: Tue Apr 20, 2021 10:32 am
Robaloooo wrote: Mon Apr 19, 2021 9:44 pm Would it be possible to compile a Mac version for those of us using the Intel processors?
Thank you!
There is a Intel version on GitHub, isn't it? https://github.com/amchess/ShashChess/r ... 6/MacOS.7z

Ciao

acepoint
None of my Chess interfaces -- HIARCS Explorer, ScidvsMac, or Nibbler -- recognize that file as a UCI engine.

Help?! :D
acepoint_de
Posts: 86
Joined: Tue Jun 11, 2013 1:14 am

Re: Shashchess 16

Post by acepoint_de »

You are right, the MacOS version at GitHub is indeed arm64:

Code: Select all

% file shashchess-16                                
shashchess-16: Mach-O 64-bit executable arm64
I'll make a build for x86_64 later this day.

Ciao

acepoint
Robaloooo
Posts: 6
Joined: Tue Apr 28, 2020 1:17 pm
Full name: Rob Raese

Re: Shashchess 16

Post by Robaloooo »

Thanks! I will really appreciate it!
acepoint_de
Posts: 86
Joined: Tue Jun 11, 2013 1:14 am

Re: Shashchess 16

Post by acepoint_de »

Here you go, I compiled the bmi2-version: https://www.dropbox.com/s/9ycyij385zr13 ... 6.zip?dl=0

Code: Select all

make -j profile-build ARCH=x86-64-bmi2 COMP=gcc COMPCXX=g++
Ciao

acepoint
Robaloooo
Posts: 6
Joined: Tue Apr 28, 2020 1:17 pm
Full name: Rob Raese

Re: Shashchess 16

Post by Robaloooo »

Fantastic! Thank you!