We have a Python application that depends on SMESH. We are looking for a way to platform-independently install our software without burdening users with manually installing dependencies outside of pip
.
Ideally, we could distribute “Universal Linus” binaries with a pip wheel. However, the oldest version available is 9.9.0 (And some more on the FTP server) - However, we would like to do this based on Version 9.3.0. Is there such a precompiled binary available anywhere? Alternatively, are there instructions for building a universal linux binary ourselves? E.g. we would like to build in accordance with any of the manylinux standards.
I have seen that parts of SALOME have been made available on PyPI over time for certain versions of python and SALOME. (E.g. salome-med) Would anything like that including SMESH be available that would be even better!
Thanks!
Linus