Compare commits

..

2 Commits

View File

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