From f4d38dda5ce767c8597ae6a2e9cd604d9caea87b Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 10 Dec 2025 08:21:45 +0100 Subject: Updating version --- default.nix | 2 +- 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 = '' -- cgit v1.2.3