diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2022-10-31 10:41:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-31 10:41:59 +0100 |
commit | 1ab888cdc1b0a42c9d855aacc0bacab6d7efb788 (patch) | |
tree | 2e0ad75bbea5c5044c0aeff841c29fff38ad0423 /etc | |
parent | 616d5a89d424391d51becf9b89953199c1f622de (diff) | |
download | spack-1ab888cdc1b0a42c9d855aacc0bacab6d7efb788.tar.gz spack-1ab888cdc1b0a42c9d855aacc0bacab6d7efb788.tar.bz2 spack-1ab888cdc1b0a42c9d855aacc0bacab6d7efb788.tar.xz spack-1ab888cdc1b0a42c9d855aacc0bacab6d7efb788.zip |
remove sequential filter in binary relo (#33608)
Currently there's a slow sequential step in binary relocation where all
strings of a binary are collected, with rpaths removed, and then
filtered for the old install root.
This is completely unnecessary, and also incorrect, since we replace
more than just the old install root in the prefix to prefix mapping. And
in fact the prefix to prefix mapping is parallel, and a single pass. So
even as an optimization, this filter makes no sense anymore.
Therefor we remove it
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions