From ac40ee1fc2169e5666da03eb1b5a8e4a686608b6 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Mon, 18 Dec 2023 14:59:46 +0000 Subject: [PATCH] fix: Makefile SPACK_INSTALL_FLAGS += --show-log-on-error --- spack-environment/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spack-environment/Makefile b/spack-environment/Makefile index 4492e0a9f..708b95293 100644 --- a/spack-environment/Makefile +++ b/spack-environment/Makefile @@ -1,7 +1,7 @@ MAKEFLAGS += -Orecurse SPACK ?= spack -SPACK_INSTALL_FLAGS += --no-check-signature +SPACK_INSTALL_FLAGS += --no-check-signature --show-log-on-error export SPACK_COLOR = always -- GitLab