From eedd47efb3255f55216125cd3cd2ebdad3b8c1b6 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 23 May 2024 17:06:44 +0200 Subject: Removing unneeded files and fixing some build files --- modules/remote-sycl/.nix/derivation.nix | 2 ++ 1 file changed, 2 insertions(+) (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 440bd86..0ce1cfa 100644 --- a/modules/remote-sycl/.nix/derivation.nix +++ b/modules/remote-sycl/.nix/derivation.nix @@ -6,6 +6,7 @@ , forstio , openmp , opensycl +, ocl-icd , build_examples ? "false" }: @@ -32,6 +33,7 @@ in stdenv.mkDerivation { forstio.io_codec openmp opensycl + ocl-icd ]; buildPhase = '' -- cgit v1.2.3