-
Notifications
You must be signed in to change notification settings - Fork 203
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 support for %(rpath_enabled)s
template value
#4670
Conversation
One use case for this is |
I've re-targeted this to cc @jfgrimm |
as suggested in the conf call, this example could be shortened to:
if we set it to Alternatively, we could consider a different approach and do something more like the
we could similarly have:
|
%(rpath)s
template value%(rpath_enabled)s
template value
@jfgrimm The |
@boegel fair enough, I had thought it might be awkward with the potential that people hook on a case-by-case basis |
There are situations where we should be able to detect in an easyconfig file whether or not RPATH linking is used.
This can be leveraged in easyconfigs where pre-built binaries or libraries are included, like (for example):