Compare commits
3 Commits
b1e08559f6
...
30ca57a0ad
| Author | SHA1 | Date | |
|---|---|---|---|
| 30ca57a0ad | |||
| 02b0295986 | |||
| 2c8d7ed855 |
@ -6,6 +6,8 @@
|
|||||||
, 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
|
||||||
@ -56,5 +58,5 @@ in
|
|||||||
numactl
|
numactl
|
||||||
hwloc
|
hwloc
|
||||||
ovni
|
ovni
|
||||||
];
|
] ++ lib.optionals enablePapi [ papi ];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user