From 02495e9b9856c55c8f4d1ca5e2a4647fd94406a4 Mon Sep 17 00:00:00 2001 From: Alberto Invernizzi Date: Wed, 25 Feb 2026 18:42:32 +0100 Subject: [PATCH] enforce gcc~binutils after https://github.com/spack/spack-packages/pull/3106 --- stackinator/templates/compilers.gcc.spack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stackinator/templates/compilers.gcc.spack.yaml b/stackinator/templates/compilers.gcc.spack.yaml index 0c07d06c..601d9512 100644 --- a/stackinator/templates/compilers.gcc.spack.yaml +++ b/stackinator/templates/compilers.gcc.spack.yaml @@ -12,7 +12,7 @@ spack: reuse: false packages: gcc: - variants: [build_type=Release +bootstrap +profiled +strip] + variants: [build_type=Release +bootstrap +profiled +strip ~binutils] mpc: variants: [libs=static] gmp: