Add perf for linux 4.9

This commit is contained in:
2020-09-02 17:07:34 +02:00
parent 8110bc2976
commit bdc221ba81
2 changed files with 89 additions and 0 deletions

View File

@@ -36,6 +36,11 @@ let
# BSC Packages
# --------------------------------------------------------- #
perf = callPackage ./bsc/perf/default.nix {
kernel = pkgs.linuxPackages_4_9.kernel;
systemtap = pkgs.linuxPackages_4_9.systemtap;
};
# ParaStation MPI
pscom = callPackage ./bsc/parastation/pscom.nix { };
psmpi = callPackage ./bsc/parastation/psmpi.nix { };