From e31609040915755dc1572c9b478d3b5a49e11e27 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Sun, 26 Oct 2025 13:46:27 +0100 Subject: Adding dangling changes from slowly moving to SYCL USM 2020 And other random stuff --- .nix/adaptive-cpp.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.nix/adaptive-cpp.nix') diff --git a/.nix/adaptive-cpp.nix b/.nix/adaptive-cpp.nix index 6c70be0..a39d9b7 100644 --- a/.nix/adaptive-cpp.nix +++ b/.nix/adaptive-cpp.nix @@ -6,6 +6,7 @@ , boost , llvmPackages , lld +, python3 }: let @@ -31,6 +32,7 @@ in stdenv.mkDerivation { llvmPackages.openmp llvmPackages.libclang llvmPackages.llvm + python3 ]; cmakeFlags = [ @@ -47,7 +49,7 @@ in stdenv.mkDerivation { postFixup = '' wrapProgram $out/bin/syclcc-clang \ - --prefix PATH : ${lib.makeBinPath [ lld ]} \ + --prefix PATH : ${lib.makeBinPath [ lld python3 ]} \ --add-flags "-L${llvmPackages.openmp}/lib" \ --add-flags "-I${llvmPackages.openmp.dev}/include" \ ''; -- cgit v1.2.3