I would like to use pycddlib, but my platform (macOS) is not available on Pypi and installation-from-source appears to be nightmare (approximately half of the closes issues are installation related).
It would be great if:
- More platforms were supported beyond windows for the wheels (e.g. using cibuildwheel)
- GMP and any other OS dependencies were statically linked into a standalone wheels (like how pythran links openblas)
I realize (2) is a bit difficult to achieve, but w/o it pycddlib simply can't actually be used as a dependency for any project that itself wants to be installed as a standalone package.
On the other hand, (1) shouldn't be difficult to achieve and might help curb the number of issues related to installation.
I would like to use
pycddlib, but my platform (macOS) is not available on Pypi and installation-from-source appears to be nightmare (approximately half of the closes issues are installation related).It would be great if:
I realize (2) is a bit difficult to achieve, but w/o it
pycddlibsimply can't actually be used as a dependency for any project that itself wants to be installed as a standalone package.On the other hand, (1) shouldn't be difficult to achieve and might help curb the number of issues related to installation.