jturney / ambit

C++ library for the implementation of tensor product calculations through a clean, concise user interface.
GNU Lesser General Public License v3.0
21 stars 9 forks source link

Python binding is installed into a wrong path #54

Open yurivict opened 2 years ago

yurivict commented 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

loriab commented 2 years ago

Right, use the cmake variable pymod_install_libdir to provide the pythonx.x/site-packages spacer to imitate python install practices.