WIP: Introduce Intel 2024, 2025, tasycl and oneMath #3

Draft
abonerib wants to merge 486 commits from abonerib/bscpkgs:pkgs/tasycl into master
Showing only changes of commit ac93781cbd - Show all commits

View File

@ -5,7 +5,7 @@
, autoPatchelfHook
, wrapCCWith
, overrideCC
, gcc
, gcc13
, hwloc
, libelf
, libffi_3_3
@ -33,6 +33,8 @@ makeOverridable (
let
inherit (builtins) attrValues filter mapAttrs removeAttrs;
gcc = gcc13;
__components = removeAttrs components ["extraPackages"];
_components = __components;
# _components = lib.traceSeqN 2 {