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

it may be useful to have way of injecting direct flags into $LDFLAGS #3700

Open
migueldiascosta opened this issue May 25, 2021 · 0 comments
Open

Comments

@migueldiascosta
Copy link
Member

At the toolchain level, EasyBuild treats LDFLAGS as LinkLibraryPaths

LinkLibraryPaths: [
('LDFLAGS', 'Flags passed to linker'), # TODO: overridden by command line?
which prepends -L
class LinkLibraryPaths(AbsPathList):
"""Absolute path to directory containing libraries"""
PREFIX = '-L'

However, in some cases (see #3677 (comment)) there are direct flags that set the library paths

It may then be useful to have a way of injecting direct flags in LDFLAGS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant