summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 5a3289f..fa8c2c0 100644
--- a/default.nix
+++ b/default.nix
@@ -126,7 +126,7 @@ in rec {
inherit forstio;
inherit stdenv;
inherit clang-tools;
- openmp = pkgs.llvmPackages_15.openmp;
+ openmp = pkgs.llvmPackages_17.openmp;
build_examples = "true";
build_benchmarks = "true";