diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-08-22 22:24:12 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-08-22 22:24:25 +0200 |
| commit | e6168bb3f656ebab9b63be697c79819b08fc1ae0 (patch) | |
| tree | 0724726c6b16ba27fa7972fffb64501b22e89eda /examples/one_particle_sedimentation/.nix | |
| parent | 47c1f28230ec96ca446a86ce3af0294837359d94 (diff) | |
| download | libs-lbm-e6168bb3f656ebab9b63be697c79819b08fc1ae0.tar.gz | |
Moved folde
Diffstat (limited to 'examples/one_particle_sedimentation/.nix')
| -rw-r--r-- | examples/one_particle_sedimentation/.nix/derivation.nix | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/examples/one_particle_sedimentation/.nix/derivation.nix b/examples/one_particle_sedimentation/.nix/derivation.nix deleted file mode 100644 index a062133..0000000 --- a/examples/one_particle_sedimentation/.nix/derivation.nix +++ /dev/null @@ -1,43 +0,0 @@ -{ lib -, stdenv -, scons -, clang-tools -, forstio -, python3 -, pname -, version -, adaptive-cpp -, kel -, particle_coupling ? "fplbm" -}: - -let -in stdenv.mkDerivation { - pname = "${pname}-examples-ops_2d_gpu_${particle_coupling}"; - inherit version; - src = ./..; - - nativeBuildInputs = [ - scons - clang-tools - python3 - ]; - - buildInputs = [ - forstio.core - forstio.async - forstio.codec - forstio.codec-unit - forstio.io - forstio.remote - forstio.remote-filesystem - forstio.codec-json - adaptive-cpp - kel.lbm.core - kel.lbm.sycl - ]; - - preferLocalBuild = true; - - outputs = [ "out" "dev" ]; -} |
