summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2025-12-10 08:21:45 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2025-12-10 08:21:45 +0100
commitf4d38dda5ce767c8597ae6a2e9cd604d9caea87b (patch)
tree56d371dbd7723b78cb08fcf3dc77553aa68c28f7
parentf36eff381e7a9eee6c3cdba44bd39c6c914893ed (diff)
downloadforstio-forstio-f4d38dda5ce767c8597ae6a2e9cd604d9caea87b.tar.gz
Updating version
-rw-r--r--default.nix2
-rw-r--r--modules/remote-sycl/.nix/derivation.nix4
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 = ''