Replies: 1 comment 1 reply
-
That's annoying... I didn't realize doing
though |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to implement new features for mlx, but I'm not to used in developing packages and I find super annoying the fact I have to reinstall the package every little change I do in the code.
More specifically, I'm working on the
py11bind
files, and every edit I do I runenv CMAKE_BUILD_PARALLEL_LEVEL="" env DEBUG="1" pip install -e .
for recompile the package. But this command complies all the files, even the one I did not change and it takes quite a while. How can I reinstall compiling only the changes?Sorry if it is a very dumb question, but I'm new to Cmake :(
Beta Was this translation helpful? Give feedback.
All reactions