Archived
1
0
forked from rarias/bscpkgs

Add test for icpx with ompss-2 as host compiler

This commit is contained in:
2025-06-06 11:02:55 +02:00
parent 00ea3bb7a8
commit b33be9fc8d
2 changed files with 72 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ in bscPkgs // {
hello-c = callPackage ./test/compilers/hello-c.nix { };
hello-cpp = callPackage ./test/compilers/hello-cpp.nix { };
hello-sycl = callPackage ./test/compilers/hello-sycl.nix { };
hello-syclompss = callPackage ./test/compilers/icpx-ompss2.nix { };
lto = callPackage ./test/compilers/lto.nix { };
asan = callPackage ./test/compilers/asan.nix { };
intel2023-icx-c = hello-c.override { stdenv = final.intelPackages_2023.stdenv; };