From b33d0090d28830009d8bd1fa7169148994cb18c3 Mon Sep 17 00:00:00 2001 From: Nicolas Richart <nicolas.richart@epfl.ch> Date: Wed, 24 Jan 2024 18:14:29 +0100 Subject: [PATCH] Version of oneapi not present in spack 0.21 --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 298d621..5d0022a 100644 --- a/config.json +++ b/config.json @@ -15,7 +15,7 @@ "stack": { "compilers": { "gcc": { "spec": "gcc", "version": "12.2.0" }, - "intel": { "spec": "intel-oneapi-compilers", "version": "2024.0.2" } + "intel": { "spec": "intel-oneapi-compilers", "version": "2023.2.1" } } } } -- GitLab