Make Spack relocate text files in build caches with relative binaries

This commit is contained in:
Gregory Becker 2018-11-11 17:11:33 +00:00 committed by Todd Gamblin
parent 03a53dca5f
commit 8554e933d2

View File

@ -396,8 +396,6 @@ def relocate_package(workdir, allow_root):
new_path = spack.store.layout.root
old_path = buildinfo['buildpath']
rel = buildinfo.get('relative_rpaths', False)
if rel:
return
tty.msg("Relocating package from",
"%s to %s." % (old_path, new_path))