Use standard gcc for intel packages

This commit is contained in:
Aleix Boné 2025-10-13 13:01:50 +02:00
parent 921254e736
commit 6fc5ef8fa5
No known key found for this signature in database

View File

@ -10,7 +10,7 @@
, zlib
, autoPatchelfHook
, libfabric
, gcc13
, gcc
, wrapCCWith
}:
@ -33,8 +33,6 @@ let
maintainers = with lib.maintainers.bsc; [ abonerib ];
};
gcc = gcc13;
v = {
hpckit = "2023.1.0";
compiler = "2023.1.0";