ambit
ambit copied to clipboard
Python binding is installed into a wrong path
It is installed into lib/ambit/__init__.py when it should be installed into a sitelibdir. For example, /usr/local/lib/python3.8/site-packages
Right, use the cmake variable pymod_install_libdir to provide the pythonx.x/site-packages spacer to imitate python install practices.