forked from rarias/jungle
Saiph: saiph shell
This commit is contained in:
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
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user