Skip to content
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

Merged
merged 6 commits into from
Jun 5, 2024

Conversation

jfgrimm
Copy link
Member

@jfgrimm jfgrimm commented Apr 23, 2024

adds support for renamed alternate:

  • easyconfig parameters
  • easyconfig templates
  • easyconfig template constants

currently includes the changes from #4511; will rebase once that has been merged

cfr. #4464

@jfgrimm jfgrimm added the EasyBuild-5.0 EasyBuild 5.0 label Apr 23, 2024
@jfgrimm jfgrimm added this to the 5.0 milestone Apr 23, 2024
@jfgrimm jfgrimm changed the title add renamed alternates add renamed alternate constants/templates/parameters Apr 23, 2024
@jfgrimm jfgrimm marked this pull request as ready for review May 29, 2024 12:11
easybuild/framework/easyconfig/parser.py Show resolved Hide resolved
easybuild/framework/easyconfig/parser.py Outdated Show resolved Hide resolved
easybuild/framework/easyconfig/parser.py Outdated Show resolved Hide resolved
easybuild/framework/easyconfig/parser.py Outdated Show resolved Hide resolved
easybuild/framework/easyconfig/parser.py Outdated Show resolved Hide resolved
'post_install_msgs': 'postinstallmsgs',
'post_install_patches': 'postinstallpatches',
'pre_build_opts': 'prebuildopts',
'pre_configure_opts': 'preconfigopts',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
'pre_configure_opts': 'preconfigopts',
'pre_config_opts': 'preconfigopts',

Copy link
Member

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>
Copy link
Member

@boegel boegel left a 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',
Copy link
Member

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)

easybuild/framework/easyconfig/parser.py Show resolved Hide resolved
@boegel boegel added the EasyBuild-5.0-blocker Blocker for EasyBuild 5.0 label Jun 5, 2024
@boegel boegel merged commit f62a465 into 5.0.x Jun 5, 2024
69 checks passed
@boegel boegel deleted the add-renamed-alternates branch June 5, 2024 17:19
@boegel boegel changed the title add renamed alternate constants/templates/parameters add renamed alternative constants/templates/parameters Jun 10, 2024
@jfgrimm jfgrimm mentioned this pull request Jun 13, 2024
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EasyBuild-5.0-blocker Blocker for EasyBuild 5.0 EasyBuild-5.0 EasyBuild 5.0 enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants