Compare commits

..

2 Commits

View File

@ -6,8 +6,6 @@
, pkg-config
, numactl
, hwloc
, papi
, enablePapi ? true
, cacheline ? 64 # bits
, ovni ? null
, useGit ? false
@ -58,5 +56,5 @@ in
numactl
hwloc
ovni
] ++ lib.optionals enablePapi [ papi ];
];
}