Commit 4e9ab6a8 authored by Markus Kowalewski's avatar Markus Kowalewski
Browse files

mctc-lib: fix openmp cores in checkPhase

parent d1bc5c03
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -61,6 +61,10 @@ stdenv.mkDerivation rec {

  doCheck = true;

  preCheck = ''
    export OMP_NUM_THREADS=2
  '';

  postPatch = ''
    patchShebangs --build config/install-mod.py
  '';