I built my cython modules to so file on macOS and it works fine. Is it possible to build so file for linux specific on macOS as well?
My current solution is to run a python container with necessary modules installed. Then mount current folder to the working directory in container, execute the compilation inside container. It works fine so far, but I'm looking for a easier solution which is to compile linux specific so
files directly on macOS.