diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-06-29 19:26:19 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-06-29 19:27:18 +0200 |
| commit | bec95825e78dc1171c337f2c40790e1ad5676f54 (patch) | |
| tree | 1175345e121d4f62828e1f8ce1661b15927170d2 /default.nix | |
| parent | f3f2139d76648cca0e58688b8dbbc386efbebc06 (diff) | |
| download | libs-lbm-bec95825e78dc1171c337f2c40790e1ad5676f54.tar.gz | |
Dangling
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/default.nix b/default.nix index dc75b57..02f9213 100644 --- a/default.nix +++ b/default.nix @@ -151,6 +151,17 @@ in rec { inherit pname version stdenv forstio adaptive-cpp; inherit kel; }; + + poiseulle_particles_2d_all_gpu = pkgs.symlinkJoin { + name = "poiseulle_particles_2d_all_gpu"; + paths = [ + examples.poiseulle_particles_2d_bgk_gpu + examples.poiseulle_particles_2d_psm_gpu + examples.poiseulle_particles_2d_hlbm_gpu + examples.poiseulle_particles_2d_fplbm_gpu + examples.poiseulle_particles_2d_ibm_gpu + ]; + }; poiseulle_moving_particle_2d_psm_gpu = pkgs.callPackage ./examples/poiseulle_moving_particle_2d_psm_gpu/.nix/derivation.nix { inherit pname version stdenv forstio adaptive-cpp; |
