You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: