From 26f52aa27d53ef893104c5757cf23a3747b5f635 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 21 Jul 2025 16:27:23 +0200 Subject: [PATCH] Use gcc 13 for intel compiler 2023 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Intel compiler for C++ (icpc) is not able to parse the location of C++ headers from the output of gcc 14, but works fine for gcc 13. Reviewed-by: Aleix Boné --- pkgs/intel-oneapi/2023.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/intel-oneapi/2023.nix b/pkgs/intel-oneapi/2023.nix index 97420b77..1e65c6c4 100644 --- a/pkgs/intel-oneapi/2023.nix +++ b/pkgs/intel-oneapi/2023.nix @@ -12,7 +12,7 @@ , autoPatchelfHook , symlinkJoin , libfabric -, gcc +, gcc13 , gcc7 , wrapCCWith , linuxHeaders @@ -30,6 +30,8 @@ let + gcc = gcc13; + v = { hpckit = "2023.1.0"; compiler = "2023.1.0";