dftbplus / skprogs

Basic programs for generating Slater-Koster files for the DFTB-method
GNU Lesser General Public License v3.0
25 stars 19 forks source link

Install doesn't work #58

Open bhourahine opened 1 year ago

bhourahine commented 1 year ago

Describe the bug

The cmake install copies over the binary components, then takes a very long time to eventually complete, but without copying the Python components into the install.

To Reproduce

cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local/ .. popd cmake --install _build

Expected behaviour

Local install of Python components into

~/.local/lib/python3.10/site-packages/

Additional context

Ubuntu 22.04 and current main