spack/etc/spack/defaults
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
..
darwin Set DYLD_LIBRARY_PATH on macOS (#9073) 2018-08-23 15:39:44 +02:00
linux Set DYLD_LIBRARY_PATH on macOS (#9073) 2018-08-23 15:39:44 +02:00
config.yaml config: Add a new option connect_timeout 2020-02-27 10:52:52 -08:00
modules.yaml Module files won't use CPATH by default, but language specific vars (#14749) 2020-03-17 08:36:56 +01:00
packages.yaml multiprocessing: allow Spack to run uninterrupted in background (#14682) 2020-03-20 12:22:32 -07:00
repos.yaml Add "default" configuration scope. 2016-07-19 17:10:17 -07:00