diff --git a/garlic/saiph/shell.nix b/garlic/saiph/shell.nix new file mode 100644 index 0000000..2033d20 --- /dev/null +++ b/garlic/saiph/shell.nix @@ -0,0 +1,14 @@ +with (import ../../default.nix); +with bsc; + +stdenv.mkDerivation rec { + name = "shell"; + buildInputs = [ + clangOmpss2 + impi + nanos6 + tampi + vtk + boost + ]; +}