How to rebuild the _ext.cpp when developing? #302
-
Sorry this is a really basic question. I am trying to add some features into _ext.cpp. How do I rebuild the package after modifying the file? In the README.md, it says
but I assume this is just for the first time building the package. I imagine there is a way to only recompile the changes I did in the .cpp files? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
@kawaho Please open up an Issue (https://github.com/scikit-hep/fastjet/issues) that describes the features that you want to add, so these can get discussed in advance.
Building happens during the install, so just install your modified version with
|
Beta Was this translation helpful? Give feedback.
-
Hi @matthewfeickert , coming back to this question, I was not able to rebuild the package using
When I do so, I get the following error:
If I manually remove |
Beta Was this translation helpful? Give feedback.
Between PR #311 and #279 (comment) I think this is now fully resolved so that one can now just run
from the top level directory and get a working rebuild. Until Issue #279 is fully resolved, to get a totally clean slate for all of the Git submodules you can run #279 (comment) in advance of install.