Commit 3f31d4b1 authored by Markus Kowalewski's avatar Markus Kowalewski
Browse files

elpa: disable tests, when bulding with CUDA

CUDA tests will not run in the sandbox or in absence of a GPU
parent 6ddb74a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ stdenv.mkDerivation rec {

  enableParallelBuilding = true;

  doCheck = true;
  doCheck = !enableCuda;

  nativeCheckInputs = [ mpiCheckPhaseHook openssh ];
  preCheck = ''