-
Notifications
You must be signed in to change notification settings - Fork 2k
Suggestions for improving recipes and avoiding build errors #3285
Copy link
Copy link
Open
Labels
Priority: CriticalThis should be dealt with ASAP. Not fixing this issue would be a serious error.This should be dealt with ASAP. Not fixing this issue would be a serious error.Priority: HighAfter critical issues are fixed, these should be dealt with before any further issues.After critical issues are fixed, these should be dealt with before any further issues.Status: has PR
Metadata
Metadata
Assignees
Labels
Priority: CriticalThis should be dealt with ASAP. Not fixing this issue would be a serious error.This should be dealt with ASAP. Not fixing this issue would be a serious error.Priority: HighAfter critical issues are fixed, these should be dealt with before any further issues.After critical issues are fixed, these should be dealt with before any further issues.Status: has PR
Type
Fields
Give feedbackNo fields configured for issues without a type.
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.