forked from rarias/bscpkgs
Add perf for linux 4.9
This commit is contained in:
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user