From d5d0b8821cd9789b8404e06a40dfeabce09a3480 Mon Sep 17 00:00:00 2001 From: Michael Kuhn Date: Wed, 12 Jul 2023 08:54:45 +0200 Subject: installer: Improve status reporting (#37903) Refactor `TermTitle` into `InstallStatus` and use it to show progress information both in the terminal title as well as inline. This also turns on the terminal title status by default. The inline output will look like the following after this change: ``` ==> Installing m4-1.4.19-w2fxrpuz64zdq63woprqfxxzc3tzu7p3 [4/4] ``` --- share/spack/templates/depfile/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/spack/templates/depfile/Makefile b/share/spack/templates/depfile/Makefile index a50304a8be..dde42cf7d5 100644 --- a/share/spack/templates/depfile/Makefile +++ b/share/spack/templates/depfile/Makefile @@ -1,4 +1,4 @@ -SPACK ?= spack +SPACK ?= spack -c config:install_status:false SPACK_INSTALL_FLAGS ?= # This variable can be used to add post install hooks -- cgit v1.2.3-70-g09d2