diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-03-24 17:42:17 +0100 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-03-24 17:42:17 +0100 |
| commit | 5235f13226b9a40a1d95d1d61a48cb2e8b4986a0 (patch) | |
| tree | 45d1e7842b2f9866053824e9fb6ddf088723e973 /examples/settling_cubes_2d_ibm/.nix/derivation.nix | |
| parent | 889710232771ce78be5e815d5e12dc42a57ffcb0 (diff) | |
| parent | 3af0e20773b21b519ea474e34e7c1df73d04a307 (diff) | |
| download | libs-lbm-5235f13226b9a40a1d95d1d61a48cb2e8b4986a0.tar.gz | |
Merge branch 'dev'
Diffstat (limited to 'examples/settling_cubes_2d_ibm/.nix/derivation.nix')
| -rw-r--r-- | examples/settling_cubes_2d_ibm/.nix/derivation.nix | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/examples/settling_cubes_2d_ibm/.nix/derivation.nix b/examples/settling_cubes_2d_ibm/.nix/derivation.nix deleted file mode 100644 index d7f138b..0000000 --- a/examples/settling_cubes_2d_ibm/.nix/derivation.nix +++ /dev/null @@ -1,41 +0,0 @@ -{ lib -, stdenv -, scons -, clang-tools -, forstio -, python3 -, pname -, version -, adaptive-cpp -, kel -}: - -stdenv.mkDerivation { - pname = pname + "-examples-" + "setting_cubes_2d_ibm_gpu"; - 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" ]; -} |
