forked from rarias/jungle
Use gcc13 for intel compiler
This commit is contained in:
parent
9d2604ebb8
commit
dc96b999cb
@ -1,11 +1,11 @@
|
||||
{ stdenv
|
||||
, stdenvNoCC
|
||||
{ stdenvNoCC
|
||||
, lib
|
||||
, symlinkJoin
|
||||
, autoPatchelfHook
|
||||
, wrapCCWith
|
||||
, overrideCC
|
||||
, gcc
|
||||
, gcc13
|
||||
, gcc13Stdenv
|
||||
, hwloc
|
||||
, libelf
|
||||
, libffi_3_3
|
||||
@ -33,6 +33,9 @@ makeOverridable (
|
||||
let
|
||||
inherit (builtins) attrValues filter mapAttrs removeAttrs;
|
||||
|
||||
gcc = gcc13;
|
||||
stdenv = gcc13Stdenv;
|
||||
|
||||
__components = removeAttrs components ["extraPackages"];
|
||||
_components = __components;
|
||||
# _components = lib.traceSeqN 2 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user