Compare commits

..

10 Commits

Author SHA1 Message Date
39ccc19282
Update versions to 2025.2
Some checks failed
CI / build:all (pull_request) Failing after 5m4s
2025-10-08 12:16:23 +02:00
a1086d8c67
Minify packages.json 2025-10-08 12:16:22 +02:00
2b5abf4990
Use packages.json for intel packages instead of awk script 2025-10-08 12:16:22 +02:00
67a7abbb70
Use gcc13 for llvm-ompss2 for intel 2025-10-08 12:16:22 +02:00
dc96b999cb
Use gcc13 for intel compiler 2025-10-08 12:16:22 +02:00
9d2604ebb8
Add passthru in ompss2 wrapper for icpx compat 2025-10-08 12:16:22 +02:00
68b74f61fe
Remove wrapper flags when clang called from intel 2025-10-08 12:16:22 +02:00
88f480fddf
Add oneMath 2025-10-08 12:16:22 +02:00
0b0de30d12
Fix parsing of new apt package list for oneapi 2023
New apt list does not have Package: as the first entry for all packages
2025-10-08 12:16:21 +02:00
745b435dba
Add TASYCL 2.1.0 2025-10-08 12:16:18 +02:00

View File

@ -1,11 +1,11 @@
{ stdenv
, stdenvNoCC
{ stdenvNoCC
, lib
, symlinkJoin
, autoPatchelfHook
, wrapCCWith
, overrideCC
, gcc13
, gcc13Stdenv
, hwloc
, libelf
, libffi_3_3
@ -34,6 +34,7 @@ let
inherit (builtins) attrValues filter mapAttrs removeAttrs;
gcc = gcc13;
stdenv = gcc13Stdenv;
__components = removeAttrs components ["extraPackages"];
_components = __components;