diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-03-24 12:44:17 +0100 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-03-24 12:44:17 +0100 |
| commit | e066d0e5a9efc4ac0a98960a033a13e7216cb613 (patch) | |
| tree | f549b796c9ae4eb5d419b4f70e023937739116fc /examples/settling_cubes_2d_ibm/.nix/derivation.nix | |
| parent | b097a89f1dd01eb57e605ab2e3002fff127787af (diff) | |
| download | libs-lbm-e066d0e5a9efc4ac0a98960a033a13e7216cb613.tar.gz | |
Moving dir and fixing env error
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" ]; -} |
