bscpkgs/garlic/saiph/shell.nix

15 lines
177 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
];
}