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

feature request: Add pre/post extension hooks. #4191

Closed
jkwmoore opened this issue Jan 20, 2023 · 1 comment · Fixed by #4193
Closed

feature request: Add pre/post extension hooks. #4191

jkwmoore opened this issue Jan 20, 2023 · 1 comment · Fixed by #4193
Milestone

Comments

@jkwmoore
Copy link

Problem description

Currently it seems like the existing hooks cannot be used to amend configuration on extensions within an Easyconfig, e.g. for amending Perl extension preconfigopts.

I am currently wanting to override some settings on the SSLeay extension for Perl Easyconfigs which I don't think is directly achievable. I'm attempting to force dependency on base OS OpenSSL libraries which are versioned below the Easybuild OpenSSL configs for various toolchains (Centos 7 with no approval for EPEL OpenSSL v1.1 😢 )

Proposed solution

Add some hooks which execute in the post and pre context of extension installations.

tl;dr

Please add pre/post extension hooks.

@boegel boegel added this to the next release (4.7.1?) milestone Jan 21, 2023
@boegel boegel changed the title [Enhancement|Feature] request: Add pre/post extension hooks. feature request: Add pre/post extension hooks. Jan 21, 2023
boegel added a commit to boegel/easybuild-framework that referenced this issue Jan 21, 2023
@boegel
Copy link
Member

boegel commented Jan 21, 2023

implemented in #4193

boegel added a commit to boegel/easybuild-framework that referenced this issue Jan 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants