Skip to content

Add Dependency Tracking to dune-py Module

Martin Nolte requested to merge feature/add-dependency-tracking into master

Up to now, generated Python modules were not updated when the DUNE source code was. These patches remedy this by adding a separate CMake target for each generated module. Whenever the module is loaded, cmake --build is called on the target so that the module is kept up to date.

Note: This patch still does not detect changes in the generated code itself, but only in the normal DUNE header files.

Merge request reports