From 4bce6c96d0c49161b840796b277baab7972c0214 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Sun, 12 Oct 2025 15:42:56 +0200 Subject: Fixed and added Array for sycl --- default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'default.nix') diff --git a/default.nix b/default.nix index 011ca29..ee3c963 100644 --- a/default.nix +++ b/default.nix @@ -87,7 +87,7 @@ in rec { build_examples = "true"; }; - io_codec = pkgs.callPackage modules/io_codec/.nix/derivation.nix { + io_codec = pkgs.callPackage modules/io_codec/.nix/derivation.nix { inherit version; inherit forstio; inherit stdenv; @@ -97,10 +97,10 @@ in rec { }; remote-thread = pkgs.callPackage modules/remote-thread/.nix/derivation.nix { - inherit version; - inherit forstio; - inherit stdenv; - inherit clang-tools; + inherit version; + inherit forstio; + inherit stdenv; + inherit clang-tools; }; remote = pkgs.callPackage modules/remote/.nix/derivation.nix { @@ -128,7 +128,7 @@ in rec { inherit clang-tools; openmp = pkgs.llvmPackages_17.openmp; - build_examples = "true"; + build_examples = "false"; build_benchmarks = "true"; }; -- cgit v1.2.3