Skip to content

Commit cedd5ab

Browse files
committed
enable rpath by default
1 parent 211803d commit cedd5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/tools/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ def override_options(self):
489489
'required-linked-shared-libs': ("Comma-separated list of shared libraries (names, file names, or paths) "
490490
"which must be linked in all installed binaries/libraries",
491491
'strlist', 'extend', None),
492-
'rpath': ("Enable use of RPATH for linking with libraries", None, 'store_true', False),
492+
'rpath': ("Enable use of RPATH for linking with libraries", None, 'store_true', True),
493493
'rpath-filter': ("List of regex patterns to use for filtering out RPATH paths", 'strlist', 'store', None),
494494
'rpath-override-dirs': ("Path(s) to be prepended when linking with RPATH (string, colon-separated)",
495495
None, 'store', None),

0 commit comments

Comments
 (0)