Use standard gcc for intel packages
All checks were successful
CI / build:cross (pull_request) Successful in 1m7s
CI / build:all (pull_request) Successful in 52m27s

This commit is contained in:
Aleix Boné 2025-10-13 13:01:50 +02:00
parent 87dd7018f8
commit 33f41340aa
No known key found for this signature in database

View File

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