diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-07-28 13:48:10 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-07-28 13:48:10 +0200 |
| commit | 38783c5a86033d63fcbd3af57bb037ff665bfa01 (patch) | |
| tree | 04e39f2113b666d87ed3244e195b61630a38026e /default.nix | |
| parent | a826f7d9d4bb48565036dd665cb4c6a54622010d (diff) | |
| download | libs-lbm-38783c5a86033d63fcbd3af57bb037ff665bfa01.tar.gz | |
Adding fplbm
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/default.nix b/default.nix index f5898ed..241d84a 100644 --- a/default.nix +++ b/default.nix @@ -126,6 +126,11 @@ in rec { inherit pname version stdenv forstio adaptive-cpp; inherit kel; }; + + moving_poiseulle_particles_2d_fplbm_gpu = pkgs.callPackage ./examples/moving_poiseulle_particles_2d_fplbm_gpu/.nix/derivation.nix { + inherit pname version stdenv forstio adaptive-cpp; + inherit kel; + }; poiseulle_particles_2d_psm_gpu = pkgs.callPackage ./examples/poiseulle_particles_2d_psm_gpu/.nix/derivation.nix { inherit pname version stdenv forstio adaptive-cpp; @@ -163,11 +168,6 @@ in rec { ]; }; - 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; - inherit kel; - }; - poiseulle_particles_2d_gpu = pkgs.callPackage ./examples/poiseulle_particles_2d_gpu/.nix/derivation.nix { inherit pname version stdenv forstio adaptive-cpp; inherit kel; |
