summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/spack/defaults/config.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/spack/defaults/config.yaml b/etc/spack/defaults/config.yaml
index d6c9551d93..6be1d9770b 100644
--- a/etc/spack/defaults/config.yaml
+++ b/etc/spack/defaults/config.yaml
@@ -138,3 +138,8 @@ config:
# anticipates that a significant delay indicates that the lock attempt will
# never succeed.
package_lock_timeout: null
+
+ # Control whether Spack embeds RPATH or RUNPATH attributes in ELF binaries.
+ # Has no effect on macOS. DO NOT MIX these within the same install tree.
+ # See the Spack documentation for details.
+ shared_linking: 'rpath'