lightvector / KataGo

GTP engine and self-play learning in Go
https://katagotraining.org/
Other
3.56k stars 564 forks source link

CMake OSX configuration #690

Open hadim opened 2 years ago

hadim commented 2 years ago

I am building conda packages for katago and the current builds requires the CMake config to be patched to work on osx.

Here is the patch: https://github.com/conda-forge/staged-recipes/pull/20777#discussion_r997638970

ChinChangYang commented 2 years ago

I can build KataGo without the change of CMakeLists.txt in my MacBook M1 Pro, so I suspect this is a Conda-specific issue.

Does Conda use its own compiler?

hadim commented 2 years ago

Yes conda setup things specifically to be work on any CI used by conda, so such things happens often. I am not asking you to modify your CMake file here if you don't want. I opened the ticket more for awareness about it. Maintaining a patch in the conda feedstock is totally fine on my side.