From 759f3946296f154c7483679b3f94a981e0f9f497 Mon Sep 17 00:00:00 2001 From: Harshula Jayasuriya Date: Tue, 23 Dec 2025 14:21:28 +1100 Subject: [PATCH] Update the compiler from gcc@14.1.0 to gcc@15.1.0 * This will allow us to remove gcc@14.1.0 from our spack-config since we already have gcc@14.2.0. --- gh/spack.yaml | 2 +- ncdu/spack.yaml | 2 +- openssh/spack.yaml | 2 +- pinentry/spack.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gh/spack.yaml b/gh/spack.yaml index ccd0491..43c4491 100644 --- a/gh/spack.yaml +++ b/gh/spack.yaml @@ -10,7 +10,7 @@ spack: packages: gh: require: - - '%gcc@14.1.0' + - '%gcc@15.1.0' all: require: - 'target=x86_64' diff --git a/ncdu/spack.yaml b/ncdu/spack.yaml index 878b108..20f5931 100644 --- a/ncdu/spack.yaml +++ b/ncdu/spack.yaml @@ -10,7 +10,7 @@ spack: packages: ncdu: require: - - '%gcc@14.1.0' + - '%gcc@15.1.0' view: true concretizer: unify: true diff --git a/openssh/spack.yaml b/openssh/spack.yaml index 603db6c..9cb07bc 100644 --- a/openssh/spack.yaml +++ b/openssh/spack.yaml @@ -10,7 +10,7 @@ spack: packages: openssh: require: - - '%gcc@14.1.0' + - '%gcc@15.1.0' all: require: - 'target=x86_64' diff --git a/pinentry/spack.yaml b/pinentry/spack.yaml index c69e3d5..6a43c6d 100644 --- a/pinentry/spack.yaml +++ b/pinentry/spack.yaml @@ -10,7 +10,7 @@ spack: packages: pinentry: require: - - '%gcc@14.1.0' + - '%gcc@15.1.0' view: true concretizer: unify: true