-
Notifications
You must be signed in to change notification settings - Fork 283
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
add PerlBundle
generic easyblock for installing a bundle of Perl modules
#2945
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
PerlBundle
generic easyblock for installing a bundle of Perl modules
super(PerlBundle, self).__init__(*args, **kwargs) | ||
|
||
self.cfg['exts_defaultclass'] = 'PerlModule' | ||
self.cfg['exts_filter'] = ("perl -e 'require %(ext_name)s'", '') |
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.
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.
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.
Of course, makes sense.
For future reference, see #2699
tested with easybuilders/easybuild-easyconfigs#17970, ready to go, thanks @Micket! |
This causes trouble on Python2 due to the umlaut --> #3008 |
(created using
eb --new-pr
)