Generators that depend on multiple files #506
|
I'm using generators to process Jinja templates into source code, e.g. |
Replies: 1 comment 1 reply
Hey Warren, I think it may be possible with the |
|
I'm using generators to process Jinja templates into source code, e.g. |
Hey Warren, I think it may be possible with the |
Hey Warren, I think it may be possible with the
dependskeyword of generator. See for examplelinalg_init_cython_geninscipy/linalg/meson.build. All Cython generators in SciPy depend also on__init__.pyand.pxdfiles.