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.
This commit is contained in:
Rodrigo Arias 2025-07-29 16:13:15 +02:00
parent 1666c14a35
commit 23e050e569

View File

@ -6,6 +6,7 @@
, pkg-config
, numactl
, hwloc
, papi
, cacheline ? 64 # bits
, ovni ? null
, useGit ? false
@ -56,5 +57,6 @@ in
numactl
hwloc
ovni
papi
];
}