summaryrefslogtreecommitdiff
path: root/lib/spack/spack/util/environment.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-11-06Don't let runtime env variables of compiler like deps leak into the build env...Harmen Stoppels1-0/+8
2023-09-28Partial removal of circular dependencies between `spack` and `llnl` (#40090)Massimiliano Culpo1-43/+1
2023-09-01Windows: fix pwsh env activate/deactivate; load/unload (#39118)John W. Parent1-7/+6
2023-08-14Windows: executable/path handling (#37762)markus-ferrell1-8/+23
2023-06-27Windows: Add PowerShell env support (#37951)John W. Parent1-2/+6
2023-06-26modules: ignore more Modules variables in from_sourcing_file (#38455)Xavier Delaruelle1-5/+10
2023-06-26Add raw attribute to env.set command (#38465)Xavier Delaruelle1-4/+12
2023-05-25Windows: fix "spack build-env" (#37923)John W. Parent1-1/+12
2023-04-21Windows: shell variables are case-insensitive (#36813)John W. Parent1-0/+33
2023-04-14Change environment modifications to escape with double quotes (#36789)Doug Jacobsen1-3/+24
2023-03-03Polish `spack.util.environment` (#35812)Massimiliano Culpo1-319/+334
2023-02-24fix dump problem (#35673)Alberto Invernizzi1-1/+1
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-6/+1
2023-02-06Fix path handling in prefix inspections (#35318)Matthias Wolf1-1/+1
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-12-21json: remove python 2 only code (#34615)Harmen Stoppels1-7/+2
2022-11-15Stop using `six` in Spack (#33905)Massimiliano Culpo1-8/+6
2022-07-31black: reformat entire repository with blackTodd Gamblin1-191/+179
2022-07-14Deprecate `blacklist`/`whitelist` in favor of `include`/`exclude` (#31569)Todd Gamblin1-34/+16
2022-03-17Windows Support: Testing Suite integrationJohn Parent1-2/+7
2022-03-17Path handling (#28402)John W. Parent1-7/+12
2022-03-17Windows: Create installer and environmentlou.lawrence@kitware.com1-10/+17
2022-01-21introduce `llnl.util.compat` to remove sys.version_info checks (#21720)Danny McClanahan1-8/+3
2022-01-17is_system_path: return False if path is None (#28403)Tamara Dahlgren1-1/+1
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-12-16MANPATH needs a trailing ':' to utilize system defaults (#21682)Andrew W Elble1-1/+3
2021-10-15EnvironmentModifications: allow disabling stack tracing (#26706)Harmen Stoppels1-14/+27
2021-10-11Only install env modifications in <prefix>/.spack (#24081)Harmen Stoppels1-6/+12
2021-10-06Remove the spack.architecture module (#25986)Massimiliano Culpo1-10/+13
2021-10-03Fix JSONDecodeError when using compiler modules (#25624)Jordan Galby1-1/+1
2021-07-16API Docs: fix broken reference targetsAdam J. Stewart1-5/+5
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-6/+5
2021-06-24Environment modifications: de-prioritize external packages (#23824)Peter Scheibel1-0/+19
2021-04-15Merge pull request #21930 from vsoch/add/spack-monitorVanessasaurus1-0/+36
2021-04-06Remove erroneous warnings about quotes for from_source_file (#22767)Adam J. Stewart1-1/+3
2021-03-03Bootstrap clingo from sources (#21446)Massimiliano Culpo1-2/+7
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-11-11spack env deactivate/spack unload: demote warning message to debug message (#...Massimiliano Culpo1-4/+4
2020-06-30Add fish shell support (#9279)Johannes Blaschke1-0/+2
2020-06-24Unset environment variables that are most commonly used by Autotools packages...Sergey Kosukhin1-1/+1
2020-04-06Blacklist Lmod variable modifications when sourcing files (#15778)Massimiliano Culpo1-1/+3
2020-04-06Source devnull in environment_after_sourcing_files (closes #15775) (#15791)Jonathon Anderson1-1/+2
2020-01-24bugfix: make `_source_single_file` work in venvs (#14569)Massimiliano Culpo1-3/+8
2020-01-16Fix use of sys.executable for module/env commands (#14496)Adam J. Stewart1-2/+3
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-12-21use `sys.executable` instead of `python` in `_source_single_file` (#14252)Sajid Ali1-1/+1
2019-10-22env activation: use package defined env setup methods (#13249)Greg Becker1-1/+61
2019-09-16Quote shell variable values (#12759)Adam J. Stewart1-2/+2
2019-07-24Fixed a name clash in the 'from_environment_diff' function (#12116)Massimiliano Culpo1-11/+11