Skip to content

Generators that depend on multiple files #506

Answered by rgommers
WarrenWeckesser asked this question in Q&A
Discussion options

You must be logged in to vote

I need a way to tell meson that foo.c also depends on common.jinja, but I don't see how to do this with a generator. Is this possible

Hey Warren, I think it may be possible with the depends keyword of generator. See for example linalg_init_cython_gen in scipy/linalg/meson.build. All Cython generators in SciPy depend also on __init__.py and .pxd files.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@WarrenWeckesser
Comment options

Answer selected by WarrenWeckesser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants