summaryrefslogtreecommitdiff
path: root/lib/spack/spack/user_environment.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-12-19environment_modifications_for_specs: do not mutate spec.prefix (#41737)Harmen Stoppels1-41/+31
2023-11-10env: compute env mods only for installed roots (#40997)Harmen Stoppels1-0/+1
2023-10-19Improve setup build / run / test environment (#35737)Harmen Stoppels1-25/+50
2023-10-12modules:prefix_inspections: allow empty dict (#40485)Harmen Stoppels1-2/+2
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-08-11Don't set `LD_LIBRARY_PATH` by default on Linux (#28354)Harmen Stoppels1-5/+2
2022-07-31black: reformat entire repository with blackTodd Gamblin1-20/+18
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2022-01-12bootstrap: fix bootstrapping GnuPG from different macOS versions (#28350)Massimiliano Culpo1-5/+14
2021-10-19Speed-up environment concretization on linux with a process pool (#26264)Massimiliano Culpo1-3/+3
2021-07-16API Docs: fix broken reference targetsAdam J. Stewart1-1/+1
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-3/+3
2021-05-28Separable module configuration -- without the bugs this time (#23703)Greg Becker1-2/+2
2021-05-17Revert "Separable module configurations (#22588)" (#23674)Harmen Stoppels1-2/+2
2021-05-14Separable module configurations (#22588)Greg Becker1-2/+2
2021-05-13env views: make view updates atomic (#23476)Greg Becker1-1/+1
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-11-17spack load/environments: allow customization of prefix inspections (#18260)Dr. Christian Tacke1-0/+5
2020-11-17include share/pkgconfig in user environments (#19909)Robert Underwood1-0/+1
2020-04-16macos: use DYLD_FALLBACK_LIBRARY_PATH instead of DYLD_LIBRARY_PATHTodd Gamblin1-1/+1
2020-04-03Environments/views: only override spec prefix for non-external packages (#15475)Peter Scheibel1-1/+1
2020-01-22shell support: `spack load` no longer needs modules (#14062)Greg Becker1-0/+91