Open yurivict opened 2 years ago
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
lib/ambit/__init__.py
/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.
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