forked from rarias/bscpkgs
Use gcc13 for intel compiler
This commit is contained in:
parent
312a54526c
commit
ac93781cbd
@ -5,7 +5,7 @@
|
|||||||
, autoPatchelfHook
|
, autoPatchelfHook
|
||||||
, wrapCCWith
|
, wrapCCWith
|
||||||
, overrideCC
|
, overrideCC
|
||||||
, gcc
|
, gcc13
|
||||||
, hwloc
|
, hwloc
|
||||||
, libelf
|
, libelf
|
||||||
, libffi_3_3
|
, libffi_3_3
|
||||||
@ -33,6 +33,8 @@ makeOverridable (
|
|||||||
let
|
let
|
||||||
inherit (builtins) attrValues filter mapAttrs removeAttrs;
|
inherit (builtins) attrValues filter mapAttrs removeAttrs;
|
||||||
|
|
||||||
|
gcc = gcc13;
|
||||||
|
|
||||||
__components = removeAttrs components ["extraPackages"];
|
__components = removeAttrs components ["extraPackages"];
|
||||||
_components = __components;
|
_components = __components;
|
||||||
# _components = lib.traceSeqN 2 {
|
# _components = lib.traceSeqN 2 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user