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.