Compare commits

..

1 Commits

Author SHA1 Message Date
23e050e569 Build nOS-V with PAPI support
To support the new instrumentation for HWC it would be useful to already
build nOS-V with PAPI support enabled.
2025-07-29 16:15:41 +02:00

View File

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