diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-10-30 10:53:14 +0100 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-10-30 10:53:14 +0100 |
| commit | 51fd65c247ff6d603c1fe27d697e46288ac73022 (patch) | |
| tree | 20765fe69ecef52f3dfdebe8e46bcc58a85987f2 /default.nix | |
| parent | 733e2485878e22a5b585d41358e5ea680f3f7246 (diff) | |
| download | forstio-forstio-51fd65c247ff6d603c1fe27d697e46288ac73022.tar.gz | |
Reworking Sycl. Semi broken state
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/default.nix b/default.nix index ef0bc3d..24b2d77 100644 --- a/default.nix +++ b/default.nix @@ -6,7 +6,7 @@ ref = "master"; }).outPath + "/default.nix"){ }).gasp -, adaptive-cpp ? (pkgs.callPackage ./.nix/adaptivecpp.nix { +, adaptive-cpp ? (pkgs.callPackage ./.nix/adaptive-cpp.nix { inherit stdenv; }) }: @@ -133,7 +133,7 @@ in rec { openmp = pkgs.llvmPackages_17.openmp; build_examples = "false"; - build_benchmarks = "true"; + build_benchmarks = "false"; }; remote-hip = pkgs.callPackage modules/remote-hip/.nix/derivation.nix { |
