summaryrefslogtreecommitdiff
path: root/lib/spack/spack/relocate.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-07-19Remove `LazyReference` from code (#38944)Massimiliano Culpo1-1/+1
2023-07-18buildcache push: make --allow-root the default and deprecate the option (#38878)Harmen Stoppels1-90/+0
2023-07-05Drop Python 2 super syntax (#38718)Adam J. Stewart1-1/+1
2023-06-16show external status as [e] (#33792)Greg Becker1-1/+1
2023-05-29Remove patchelf self-relocation (#33834)Harmen Stoppels1-11/+1
2023-05-03remove unused global in bindist tests (#37358)Harmen Stoppels1-5/+0
2023-03-28macos: set new ad-hoc signature with codesign after binary string replacement...Harmen Stoppels1-1/+1
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-8/+2
2023-01-26Cleanup of binary text relocation (#34188)Harmen Stoppels1-240/+8
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2023-01-18Bug fix for duplicate rpath errors on macOS when creating build caches (#34375)Dom Heinzeller1-3/+11
2022-12-06Bootstrap most of Spack dependencies using environments (#34029)Massimiliano Culpo1-1/+2
2022-11-30Single pass text replacement (#34180)Harmen Stoppels1-34/+31
2022-11-17relocate.py: small refactor for file_is_relocatable (#33967)Harmen Stoppels1-23/+14
2022-11-05Fix relocation to avoid overwriting merged constant strings (#32253)Tom Scogland1-42/+122
2022-11-04Add in-place RPATH replacement (#27610)Harmen Stoppels1-19/+24
2022-11-01Relocate links using prefix to prefix map (#33636)Harmen Stoppels1-33/+19
2022-10-31_replace_prefix_bin performance improvements (#33590)Harmen Stoppels1-26/+21
2022-10-26Relocation regex single pass (#33496)Harmen Stoppels1-2/+6
2022-10-24Add filename to text_to_relocate only if it needs to be relocated (#31074)iarspider1-5/+10
2022-10-21Relocation should take hardlinks into account (#33460)Harmen Stoppels1-2/+8
2022-09-26Fetching/decompressing: use magic numbers (#31589)John W. Parent1-27/+4
2022-09-02Update bootstrap buildcache to v0.3 (#32262)Harmen Stoppels1-4/+4
2022-08-09Reduce installation noise: filter path padding and make some details debug le...Tamara Dahlgren1-3/+3
2022-07-31black: reformat entire repository with blackTodd Gamblin1-191/+150
2022-06-22relocation: x-pie-executable needs relocation (#31248)eugeneswalker1-1/+2
2022-03-17Windows: Symlink supportBetsy McPhail1-2/+3
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-11-26Bootstrap patchelf like GnuPG (#27532)Massimiliano Culpo1-23/+8
2021-11-23Remove support for Python 2.6 (#27256)Massimiliano Culpo1-5/+4
2021-11-05Add buildcache to reusable specsMassimiliano Culpo1-1/+1
2021-11-02relocate: do not change library id to use rpaths on package install (#27139)Seth R. Johnson1-16/+3
2021-10-18Make macOS installed libraries more relocatable (#26608)Seth R. Johnson1-68/+224
2021-10-06Remove the spack.architecture module (#25986)Massimiliano Culpo1-2/+2
2021-09-27Correct path comparisons for fs view (#25891)psakievich1-0/+1
2021-08-19New `spack.environment.active_environment` api, and make spack.environment no...Harmen Stoppels1-1/+0
2021-08-18Bootstrap clingo from binaries (#22720)Massimiliano Culpo1-1/+2
2021-07-16API Docs: fix broken reference targetsAdam J. Stewart1-1/+1
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-3/+5
2021-01-20[WIP] relocate.py: parallelize test replacement logic (#19690)Nathan Hanford1-100/+95
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-11-01sbang: fixes for sbang relocationTodd Gamblin1-8/+18
2020-10-01Binary caching: avoid duplicate RPATHs, unnecessary updates (#19061)Patrick Gartung1-5/+8
2020-09-28Fix usage of builtin file as variable name (#19018)Adam J. Stewart1-26/+27
2020-07-09Relocation of sbang needs to be done when the spack prefix changes even if th...Patrick Gartung1-3/+5
2020-06-12Buildcache: Fix bug in binary string replacement (#17075)Patrick Gartung1-1/+5
2020-05-26spack.relocate: further coverage for ELF related functions (#16585)Massimiliano Culpo1-83/+133
2020-05-09Increase coverage of spack.relocate (#16475)Massimiliano Culpo1-117/+149
2020-04-28relocate: remove an assertion in _make_relative (#16351)Massimiliano Culpo1-4/+0