Compare commits

..

12 Commits

Author SHA1 Message Date
4ba86c9ec0
Remove gcc from tampi *buildInputs 2025-07-29 16:54:38 +02:00
23b25f475c
Fix strictDeps ovni 2025-07-29 16:54:38 +02:00
0c6ba1a755
Fix strictDeps osu 2025-07-29 16:54:38 +02:00
7d756dad75
Fix strictDeps mercurium 2025-07-29 16:54:37 +02:00
47aa867cb9
Fix strictDeps tampi 2025-07-29 16:54:37 +02:00
7a88cba1b8
Fix strictDeps sonar 2025-07-29 16:54:37 +02:00
588792d08f
Fix strictDeps nanos6 2025-07-29 16:54:37 +02:00
c7799d3bef
Fix strictDeps paraver 2025-07-29 16:54:37 +02:00
f9ed2b40b2
Fix strictDeps ompss2 2025-07-29 16:54:37 +02:00
834fb1d6d1
Fix strictDeps intel 2023 2025-07-29 16:54:37 +02:00
919cde37f3
Fix strictDeps bench6 2025-07-29 16:54:36 +02:00
940a3401e6
Fix strictDeps bigotes 2025-07-29 16:54:36 +02:00

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 ];
];
}