mctc-lib: fix openmp cores in checkPhase

This commit is contained in:
Markus Kowalewski
2025-09-12 23:20:26 +02:00
parent d1bc5c03f1
commit 4e9ab6a85f
+4
View File
@@ -61,6 +61,10 @@ stdenv.mkDerivation rec {
doCheck = true;
preCheck = ''
export OMP_NUM_THREADS=2
'';
postPatch = ''
patchShebangs --build config/install-mod.py
'';