From 92f8904b21c2f4e9f5887dbe0510f258410a676b 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 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. --- 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 97420b7..1e65c6c 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";