Suggestions for improving recipes and avoiding build errors

Author: GvozdevLeonidCreated Feb 23, 2026Updated May 23, 2026
LabelsPriority: HighPriority: CriticalStatus: has PR

Does it make sense to force clear various arguments?

extra_build_args configure_args (used in the Python recipe and possibly in other recipes as well)

Since these lists accumulate arguments, this can break other recipes (like, for example, the scipy build breaks if you add matplotlib to the build).

And such errors are difficult to track down when testing the build of a specific recipe.