[v6.0.x] docs: document bindings generator auto-regeneration behavior#14188
Open
ompi-backport-bot[bot] wants to merge 1 commit into
Open
[v6.0.x] docs: document bindings generator auto-regeneration behavior#14188ompi-backport-bot[bot] wants to merge 1 commit into
ompi-backport-bot[bot] wants to merge 1 commit into
Conversation
Commit 726e66e added automatic regeneration of generated bindings when the Python bindings generator is modified. This commit documents that behavior for developers. Updates to AGENTS.md explain that: - Generated bindings automatically regenerate when generator files are edited; no manual deletion or regeneration is needed - When adding or removing generator files, developers must update OMPI_BINDINGS_GENERATOR in Makefile.ompi-rules and EXTRA_DIST in ompi/mpi/Makefile.am to maintain proper dependency tracking - Makefile.ompi-rules is a special include file requiring only "make", not full autogen.pl + ./configure Updates to docs/developers/building-open-mpi.rst add a new "Working on the Bindings Generator" subsection with similar guidance, including an important admonition block highlighting the requirement to update both Makefile.ompi-rules and EXTRA_DIST when modifying the generator's file structure. Signed-off-by: Howard Pritchard <howardp@lanl.gov> (cherry picked from commit 2f533af)
jsquyres
approved these changes
Jul 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #14184 to
v6.0.x.Commit 726e66e added automatic regeneration of generated bindings when the Python bindings generator is modified. This commit documents that behavior for developers.
Updates to AGENTS.md explain that:
Updates to docs/developers/building-open-mpi.rst add a new "Working on the Bindings Generator" subsection with similar guidance, including an important admonition block highlighting the requirement to update both Makefile.ompi-rules and EXTRA_DIST when modifying the generator's file structure.