Skip to content

Commit

Permalink
enable rpath by default
Browse files Browse the repository at this point in the history
  • Loading branch information
branfosj committed Feb 3, 2024
1 parent 211803d commit cedd5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/tools/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ def override_options(self):
'required-linked-shared-libs': ("Comma-separated list of shared libraries (names, file names, or paths) "
"which must be linked in all installed binaries/libraries",
'strlist', 'extend', None),
'rpath': ("Enable use of RPATH for linking with libraries", None, 'store_true', False),
'rpath': ("Enable use of RPATH for linking with libraries", None, 'store_true', True),
'rpath-filter': ("List of regex patterns to use for filtering out RPATH paths", 'strlist', 'store', None),
'rpath-override-dirs': ("Path(s) to be prepended when linking with RPATH (string, colon-separated)",
None, 'store', None),
Expand Down

0 comments on commit cedd5ab

Please sign in to comment.