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

15 lines
177 B
Nix

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