Files
bscpkgs/garlic/saiph/shell.nix
2020-10-01 17:52:50 +02:00

16 lines
190 B
Nix

with (import ../../default.nix);
with bsc;
stdenv.mkDerivation rec {
name = "shell";
buildInputs = [
clangOmpss2
impi
nanos6
tampi
vtk
boost
ministat
];
}