diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-06-02 20:20:48 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-06-02 20:20:48 +0200 |
| commit | 5ea4875b96bfacd4c5f0125c9e7b64b70f0ccfb9 (patch) | |
| tree | 96b1625e2559e227e2f12802796450d64ab4ce45 /default.nix | |
| parent | cf4132d9a02271847e774035c4a49ff9158ba289 (diff) | |
| parent | da25b3a1e7776a810d3bda5af3f363cf3e986cae (diff) | |
| download | libs-lbm-5ea4875b96bfacd4c5f0125c9e7b64b70f0ccfb9.tar.gz | |
Merge branch 'dev'
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 29 |
1 files changed, 2 insertions, 27 deletions
diff --git a/default.nix b/default.nix index 4ae4b71..d233d90 100644 --- a/default.nix +++ b/default.nix @@ -40,38 +40,13 @@ let }; }; - sci_tools = let - scitoolsSrc = stdenv.mkDerivation { - name = "scitools-src"; - - src = builtins.fetchurl { - url = "https://git.keldu.de/apps-science_tools/snapshot/master.tar.gz"; - sha256 = "e91c18fef798dd7b3afbd1615c2e320b90a74aa2d7ef726801a76e3f7f77ae81"; - }; - - phases = [ "unpackPhase" "installPhase" ]; - - unpackPhase = '' - mkdir source - tar -xzf "$src" -C source --strip-components=1 - ''; - - installPhase = '' - cp -r source $out - ''; - }; - in - (import "${scitoolsSrc}/default.nix" { - inherit stdenv clang-tools forstio; - }); - forstio = let forstioSrc = stdenv.mkDerivation { name = "forstio-src"; src = builtins.fetchurl { url = "https://git.keldu.de/forstio-forstio/snapshot/master.tar.gz"; - sha256 = "sha256:17zsz10lj5dgqw3fmassgqlhbwgpd7zznbq8cl0sw1v816w3ca8z"; + sha256 = "sha256:15iqzmymza47jjx4wpc19mbg3zzwmkabpssf5y968f566n0fnb9a"; }; phases = [ "unpackPhase" "installPhase" ]; @@ -212,7 +187,7 @@ in rec { examples.poiseulle_particles_2d_psm_gpu examples.poiseulle_particles_2d_hlbm_gpu examples.poiseulle_particles_2d_fplbm_gpu - examples.poiseulle_3d_gpu + examples.poiseulle_particles_2d_ibm_gpu ]; }; }; |
