diff options
| -rw-r--r-- | default.nix | 2 | ||||
| -rw-r--r-- | modules/remote-sycl/.nix/derivation.nix | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/default.nix b/default.nix index 3adde75..4142249 100644 --- a/default.nix +++ b/default.nix @@ -130,7 +130,7 @@ in rec { inherit stdenv; inherit clang-tools; inherit adaptive-cpp; - openmp = pkgs.llvmPackages_17.openmp; + openmp = pkgs.llvmPackages_19.openmp; build_examples = "false"; build_benchmarks = "false"; diff --git a/modules/remote-sycl/.nix/derivation.nix b/modules/remote-sycl/.nix/derivation.nix index 5839acb..47f6c02 100644 --- a/modules/remote-sycl/.nix/derivation.nix +++ b/modules/remote-sycl/.nix/derivation.nix @@ -6,7 +6,7 @@ , forstio , openmp , ocl-icd -, lld_17 +, lld_19 , python3 , bash , adaptive-cpp @@ -37,7 +37,7 @@ in stdenv.mkDerivation { adaptive-cpp ocl-icd openmp - lld_17 + lld_19 ]; buildPhase = '' |
