simgrid: compile tests in parallel

+3
+3
pkgs/applications/science/misc/simgrid/default.nix
··· 99 cat <<EOW >CTestCustom.cmake 100 SET(CTEST_CUSTOM_TESTS_IGNORE smpi-replay-multiple) 101 EOW 102 ''; 103 104 meta = {
··· 99 cat <<EOW >CTestCustom.cmake 100 SET(CTEST_CUSTOM_TESTS_IGNORE smpi-replay-multiple) 101 EOW 102 + 103 + # make sure tests are built in parallel (this can be long otherwise) 104 + make tests -j $NIX_BUILD_CORES 105 ''; 106 107 meta = {