Archived
1
0
forked from rarias/bscpkgs

Add paraver with some patches for tiling WM

This commit is contained in:
2020-11-18 14:00:19 +01:00
parent d2d3ccf332
commit a076d7d3d0
4 changed files with 154 additions and 0 deletions

View File

@@ -97,6 +97,13 @@ let
fftw = callPackage ./bsc/fftw/default.nix { };
paraver = callPackage ./bsc/paraver/default.nix { };
paraverDebug = bsc.paraver.overrideAttrs (old:
{
dontStrip = true;
enableDebugging = true;
});
extrae = callPackage ./bsc/extrae/default.nix { };
tampi = bsc.tampiRelease;