summaryrefslogtreecommitdiff
path: root/lib/spack/spack/test/relocate.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-08-16Add new custom markers to unit tests (#33862)Massimiliano Culpo1-2/+1
2023-07-18buildcache push: make --allow-root the default and deprecate the option (#38878)Harmen Stoppels1-67/+5
2023-06-01Memoize a few hot functions during module file generation (#37739)Massimiliano Culpo1-1/+1
2023-05-29Remove patchelf self-relocation (#33834)Harmen Stoppels1-32/+0
2023-01-26Cleanup of binary text relocation (#34188)Harmen Stoppels1-233/+7
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-11-30Single pass text replacement (#34180)Harmen Stoppels1-0/+57
2022-11-17relocate.py: small refactor for file_is_relocatable (#33967)Harmen Stoppels1-12/+13
2022-11-05Fix relocation to avoid overwriting merged constant strings (#32253)Tom Scogland1-33/+160
2022-11-04Add in-place RPATH replacement (#27610)Harmen Stoppels1-18/+0
2022-11-01Add elf parsing utility function (#33628)Harmen Stoppels1-46/+10
2022-10-31_replace_prefix_bin performance improvements (#33590)Harmen Stoppels1-0/+30
2022-10-26Relocation regex single pass (#33496)Harmen Stoppels1-7/+22
2022-10-24Add filename to text_to_relocate only if it needs to be relocated (#31074)iarspider1-0/+10
2022-10-21Relocation should take hardlinks into account (#33460)Harmen Stoppels1-2/+2
2022-07-31black: reformat entire repository with blackTodd Gamblin1-142/+149
2022-03-17Windows Support: Testing Suite integrationJohn Parent1-4/+3
2022-03-17"spack commands --update-completion"John Parent1-2/+1
2022-03-17Update tests support for WindowsBetsy McPhail1-2/+11
2022-03-17Spack on Windows package portsJohn Parent1-0/+1
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-11-26Bootstrap patchelf like GnuPG (#27532)Massimiliano Culpo1-48/+2
2021-11-24Make patchelf test use the realpath (#27618)Harmen Stoppels1-1/+1
2021-11-02relocate: do not change library id to use rpaths on package install (#27139)Seth R. Johnson1-2/+1
2021-10-18Make macOS installed libraries more relocatable (#26608)Seth R. Johnson1-29/+131
2021-10-06Remove the spack.architecture module (#25986)Massimiliano Culpo1-1/+0
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-1/+3
2021-01-20[WIP] relocate.py: parallelize test replacement logic (#19690)Nathan Hanford1-54/+12
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-11-01sbang: fixes for sbang relocationTodd Gamblin1-0/+46
2020-09-01test/relocate.py: skip tests involving patchelf on macOS (#18451)Patrick Gartung1-0/+20
2020-06-23tests: check rpath presence not equality (#17216)Tamara Dahlgren1-1/+2
2020-06-09Testing: create mock executable fixture (#16999)Massimiliano Culpo1-9/+2
2020-05-26spack.relocate: further coverage for ELF related functions (#16585)Massimiliano Culpo1-41/+114
2020-05-20tests: check presence not equality for rpath changes (#16637)Tamara Dahlgren1-3/+9
2020-05-09Increase coverage of spack.relocate (#16475)Massimiliano Culpo1-3/+117
2020-04-27Improve the coverage of spack.relocate (#15654)Massimiliano Culpo1-0/+54
2020-03-24spack.relocate: add unit test (#15610)Massimiliano Culpo1-3/+56
2020-01-13Fixes #14402 (#14483)Tamara Dahlgren1-1/+1
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-11-01allow bootstrap buildcache install of patchelf (#13430)Marc Mengel1-0/+9
2019-06-12Make "spack compiler find" check PATH by default (#11683)Massimiliano Culpo1-15/+0
2019-02-28Added a sub-command to show if packages are relocatable (#9199)Massimiliano Culpo1-0/+95