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