Use standard gcc for intel packages

This reverts 26f52aa27d53ef893104c5757cf23a3747b5f635
This commit is contained in:
Aleix Boné 2025-10-13 13:01:50 +02:00
parent 1457d85f4c
commit 209f8a582e
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";