From f7fb801c571bc0143487dd05103611fe1bd55fd9 Mon Sep 17 00:00:00 2001 From: Simon Pintarelli Date: Thu, 28 May 2026 11:26:56 +0200 Subject: [PATCH] remove libs=static for mpc, gmp, mpfr, zstd, zlib --- stackinator/templates/compilers.gcc.spack.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/stackinator/templates/compilers.gcc.spack.yaml b/stackinator/templates/compilers.gcc.spack.yaml index 601d9512..f8e9ebdc 100644 --- a/stackinator/templates/compilers.gcc.spack.yaml +++ b/stackinator/templates/compilers.gcc.spack.yaml @@ -13,13 +13,3 @@ spack: packages: gcc: variants: [build_type=Release +bootstrap +profiled +strip ~binutils] - mpc: - variants: [libs=static] - gmp: - variants: [libs=static] - mpfr: - variants: [libs=static] - zstd: - variants: [libs=static] - zlib: - variants: [~shared]