Saiph: saiph shell
This commit is contained in:
parent
d210e96d18
commit
ef592c060f
14
garlic/saiph/shell.nix
Normal file
14
garlic/saiph/shell.nix
Normal file
@ -0,0 +1,14 @@
|
||||
with (import ../../default.nix);
|
||||
with bsc;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "shell";
|
||||
buildInputs = [
|
||||
clangOmpss2
|
||||
impi
|
||||
nanos6
|
||||
tampi
|
||||
vtk
|
||||
boost
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue
Block a user