diff options
Diffstat (limited to 'math/stanmath/files/patch-runTests.py')
-rw-r--r-- | math/stanmath/files/patch-runTests.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/stanmath/files/patch-runTests.py b/math/stanmath/files/patch-runTests.py new file mode 100644 index 000000000000..19b25694039f --- /dev/null +++ b/math/stanmath/files/patch-runTests.py @@ -0,0 +1,11 @@ +--- runTests.py.orig 2021-08-28 03:33:35 UTC ++++ runTests.py +@@ -172,7 +172,7 @@ def generateTests(j): + if isWin(): + doCommand("mingw32-make -j%d generate-tests -s" % (j or 1)) + else: +- doCommand("make -j%d generate-tests -s" % (j or 1)) ++ doCommand("gmake -j%d generate-tests -s" % (j or 1)) + + + def divide_chunks(l, n): |