waterz
waterz copied to clipboard
Windows/Mac Binaries
I was just looking around out of idle curiosity when I saw this repo is now on PyPI. Just wanted to leave a tip in case anyone wants to set this up to compile for many OSes. Check out this Github Action for zmesh, it also has a Boost dependency:
https://github.com/seung-lab/zmesh/blob/master/.github/workflows/build_wheels.yml
I had problems with compiling on MacOS with that script, so I just compile that on my laptop like so:
https://github.com/seung-lab/zmesh/blob/master/setup.py#L12-L17
Cool stuff y'all!