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 PerlBundle generic easyblock for installing a bundle of Perl modules #2945

Merged
merged 8 commits into from
Jun 21, 2023

Conversation

Micket
Copy link
Contributor

@Micket Micket commented Jun 5, 2023

(created using eb --new-pr)

@boegelbot

This comment was marked as outdated.

@Micket Micket added the new label Jun 5, 2023
@Micket Micket added this to the next release (4.7.3?) milestone Jun 5, 2023
@boegel boegel changed the title new easyblock for perlbundle add PerlBundle generic easyblock for installing a bundle of Perl modules Jun 7, 2023
super(PerlBundle, self).__init__(*args, **kwargs)

self.cfg['exts_defaultclass'] = 'PerlModule'
self.cfg['exts_filter'] = ("perl -e 'require %(ext_name)s'", '')
Copy link
Contributor Author

Choose a reason for hiding this comment

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

If the perl easyblock uses this as well we could import the variable. I thought it more important to do the right thing from the start here.

Copy link
Member

Choose a reason for hiding this comment

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

Of course, makes sense.

For future reference, see #2699

@boegel
Copy link
Member

boegel commented Jun 21, 2023

tested with easybuilders/easybuild-easyconfigs#17970, ready to go, thanks @Micket!

@Flamefire
Copy link
Contributor

This causes trouble on Python2 due to the umlaut --> #3008

@Micket Micket deleted the 20230605113757_new_pr_perlbundle branch April 3, 2024 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants