diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-10-21 14:40:47 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-10-21 14:40:47 +0200 |
| commit | 6cf8735733efa535fd2c18fdbaac1deaff345041 (patch) | |
| tree | fbbbad8f4d6efdefcbe7feaa445a9ffcc1ec2c99 /default.nix | |
| parent | 24bf28a8fb9cc8c3a90b77de9b60728bece7885d (diff) | |
| download | libs-lbm-6cf8735733efa535fd2c18fdbaac1deaff345041.tar.gz | |
Going forward with testing sycl setup
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/default.nix b/default.nix index b6f8f5b..bd3182a 100644 --- a/default.nix +++ b/default.nix @@ -12,10 +12,10 @@ let inherit clang-tools; }).forstio; - adaptive-cpp = pkgs.callPackage ./.nix/adaptive-cpp.nix { - inherit stdenv; - llvmPackages = pkgs.llvmPackages_19; - lld = pkgs.lld_19; + adaptive-cpp-dev = pkgs.callPackage .nix/adaptive-cpp.nix { + inherit stdenv; + llvmPackages = pkgs.llvmPackages_19; + lld = pkgs.lld_19; }; pname = "kel-lbm"; @@ -29,7 +29,7 @@ in rec { examples = { cavity_2d_gpu = pkgs.callPackage ./examples/cavity_2d_gpu/.nix/derivation.nix { - inherit pname version stdenv forstio adaptive-cpp; + inherit pname version stdenv forstio adaptive-cpp-dev; kel-lbm = lbm; }; @@ -45,6 +45,6 @@ in rec { }; debug = { - inherit adaptive-cpp; + # inherit foo; }; } |
