bscpkgs/garlic/saiph/shell.nix

16 lines
190 B
Nix
Raw Normal View History

2020-09-30 23:49:58 +08:00
with (import ../../default.nix);
with bsc;
stdenv.mkDerivation rec {
name = "shell";
buildInputs = [
clangOmpss2
impi
nanos6
tampi
vtk
boost
ministat
2020-09-30 23:49:58 +08:00
];
}