summaryrefslogtreecommitdiff
path: root/math/stanmath/files/patch-runTests.py
blob: 19b25694039f6c961e3cbed37383bf9941bc7844 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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):