From 66fcc2695cf1af4f3c1ec421b0d75e72dabeedfe Mon Sep 17 00:00:00 2001
From: Nicolas Richart <nicolas.richart@epfl.ch>
Date: Tue, 23 Jan 2024 00:32:30 +0100
Subject: [PATCH] specifying version of gcc

---
 spack.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spack.yaml b/spack.yaml
index c609429..a9933c9 100644
--- a/spack.yaml
+++ b/spack.yaml
@@ -6,7 +6,7 @@ spack:
 
   definitions:
     - compilers:
-        - gcc
+        - gcc@13.2.0
     - mpi_codes:
         - osu-micro-benchmarks
 
-- 
GitLab