From 039dd61d291060010a11a3f7bb1addfa7eb77bfd Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 31 May 2024 14:19:32 +0200 Subject: Working on getting sycl to work --- modules/remote-sycl/.nix/derivation.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules/remote-sycl/.nix/derivation.nix') diff --git a/modules/remote-sycl/.nix/derivation.nix b/modules/remote-sycl/.nix/derivation.nix index 2b00ada..65c408c 100644 --- a/modules/remote-sycl/.nix/derivation.nix +++ b/modules/remote-sycl/.nix/derivation.nix @@ -6,6 +6,7 @@ , forstio , openmp , opensycl +, python3 , ocl-icd , build_examples ? "false" @@ -22,7 +23,8 @@ in stdenv.mkDerivation { nativeBuildInputs = [ scons - clang-tools + clang-tools + python3 ]; buildInputs = [ -- cgit v1.2.3