Skip to content
Snippets Groups Projects
Commit 8554e933 authored by Gregory Becker's avatar Gregory Becker Committed by Todd Gamblin
Browse files

Make Spack relocate text files in build caches with relative binaries

parent 03a53dca
No related branches found
No related tags found
No related merge requests found
...@@ -396,8 +396,6 @@ def relocate_package(workdir, allow_root): ...@@ -396,8 +396,6 @@ def relocate_package(workdir, allow_root):
new_path = spack.store.layout.root new_path = spack.store.layout.root
old_path = buildinfo['buildpath'] old_path = buildinfo['buildpath']
rel = buildinfo.get('relative_rpaths', False) rel = buildinfo.get('relative_rpaths', False)
if rel:
return
tty.msg("Relocating package from", tty.msg("Relocating package from",
"%s to %s." % (old_path, new_path)) "%s to %s." % (old_path, new_path))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment