spack/lib/spack
Todd Gamblin cf8d1b0387
refactor: convert build_process to use BuildProcessInstaller (#25167)
`build_process` has been around a long time but it's become a very large,
unwieldy method. It's hard to work with because it has a lot of local
variables that need to persist across all of the code.

- [x] To address this, convert it its own `BuildInfoProcess` class.
- [x] Start breaking the method apart by factoring out the main
      installation logic into its own function.
2021-08-03 10:24:24 +02:00
..
docs Docs: add link to source code (#25088) 2021-08-02 12:36:40 -07:00
env debug: initial global debug flag support (#24285) 2021-07-09 21:22:26 -04:00
external archspec: added support for arm compiler on graviton2 (#24904) 2021-07-15 13:27:13 +00:00
llnl don't spin writer daemon when < /dev/null (#25170) 2021-08-02 21:39:38 -07:00
spack refactor: convert build_process to use BuildProcessInstaller (#25167) 2021-08-03 10:24:24 +02:00