KataGo icon indicating copy to clipboard operation
KataGo copied to clipboard

CMake OSX configuration

Open hadim opened this issue 3 years ago • 2 comments

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

hadim avatar Oct 18 '22 01:10 hadim

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?

ChinChangYang avatar Oct 19 '22 22:10 ChinChangYang

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.

hadim avatar Oct 19 '22 22:10 hadim