spack/lib/spack
Greg Becker 75fafcece9
multiprocessing: allow Spack to run uninterrupted in background (#14682)
Spack currently cannot run as a background process uninterrupted because some of the logging functions used in the install method (especially to create the dynamic verbosity toggle with the v key) cause the OS to issue a SIGTTOU to Spack when it's backgrounded.

This PR puts the necessary gatekeeping in place so that Spack doesn't do anything that will cause a signal to stop the process when operating as a background process.
2020-03-20 12:22:32 -07:00
..
docs Use python extend_path as pyqt sip fix (#15297) 2020-03-18 13:19:27 -05:00
env Fix FCFLAGS handling for Autotools packages (#14788) 2020-03-03 13:13:38 -08:00
external Buildcache: Install into non-default directory layouts (#13797) 2020-03-16 08:42:23 -05:00
llnl multiprocessing: allow Spack to run uninterrupted in background (#14682) 2020-03-20 12:22:32 -07:00
spack spack checksum: Use package's fetch_options (#15481) 2020-03-20 12:11:42 -07:00