Skip to content

add PerlBundle generic easyblock for installing a bundle of Perl modules#2945

Merged
boegel merged 8 commits intoeasybuilders:developfrom
Micket:20230605113757_new_pr_perlbundle
Jun 21, 2023
Merged

add PerlBundle generic easyblock for installing a bundle of Perl modules#2945
boegel merged 8 commits intoeasybuilders:developfrom
Micket:20230605113757_new_pr_perlbundle

Conversation

@Micket
Copy link
Copy Markdown
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
Comment thread easybuild/easyblocks/generic/perlbundle.py Outdated
super(PerlBundle, self).__init__(*args, **kwargs)

self.cfg['exts_defaultclass'] = 'PerlModule'
self.cfg['exts_filter'] = ("perl -e 'require %(ext_name)s'", '')
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Member

boegel commented Jun 21, 2023

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

@Flamefire
Copy link
Copy Markdown
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