Saiph: saiph shell

This commit is contained in:
Sandra 2020-09-30 17:49:58 +02:00
parent d210e96d18
commit ef592c060f

14
garlic/saiph/shell.nix Normal file
View File

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