From 75fafcece9b179f1261bb007deac31bd179e020b Mon Sep 17 00:00:00 2001 From: Greg Becker Date: Fri, 20 Mar 2020 12:22:32 -0700 Subject: 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. --- etc/spack/defaults/packages.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') diff --git a/etc/spack/defaults/packages.yaml b/etc/spack/defaults/packages.yaml index fcc39f534e..46aa5ad9ad 100644 --- a/etc/spack/defaults/packages.yaml +++ b/etc/spack/defaults/packages.yaml @@ -40,6 +40,7 @@ packages: pil: [py-pillow] pkgconfig: [pkgconf, pkg-config] scalapack: [netlib-scalapack] + sycl: [hipsycl] szip: [libszip, libaec] tbb: [intel-tbb] unwind: [libunwind] -- cgit v1.2.3-60-g2f50