-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add renamed alternative constants/templates/parameters #4514
Conversation
3ff65a1
to
707d8b2
Compare
'post_install_msgs': 'postinstallmsgs', | ||
'post_install_patches': 'postinstallpatches', | ||
'pre_build_opts': 'prebuildopts', | ||
'pre_configure_opts': 'preconfigopts', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'pre_configure_opts': 'preconfigopts', | |
'pre_config_opts': 'preconfigopts', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed, let's stick to pre_configure_opts
(to align with configure
step)
Co-authored-by: Kenneth Hoste <kenneth.hoste@ugent.be>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
'post_install_msgs': 'postinstallmsgs', | ||
'post_install_patches': 'postinstallpatches', | ||
'pre_build_opts': 'prebuildopts', | ||
'pre_configure_opts': 'preconfigopts', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed, let's stick to pre_configure_opts
(to align with configure
step)
adds support for renamed alternate:
currently includes the changes from #4511; will rebase once that has been mergedcfr. #4464