summaryrefslogtreecommitdiff
path: root/math/stan/files/patch-runTests.py
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-08-27 22:45:23 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2021-08-27 22:46:41 -0700
commit19d3a5b611407b4b7f99479c80c0d28b78a83440 (patch)
treea2ed353305afecfbf78de640175eab6a95f3fa5c /math/stan/files/patch-runTests.py
parentwww/py-fastapi: Update to 0.68.1 (diff)
math/stan: New port: C++ package for Bayesian inference, maximum likelihood estimation, etc
Diffstat (limited to 'math/stan/files/patch-runTests.py')
-rw-r--r--math/stan/files/patch-runTests.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/stan/files/patch-runTests.py b/math/stan/files/patch-runTests.py
new file mode 100644
index 000000000000..0a7caa93efe5
--- /dev/null
+++ b/math/stan/files/patch-runTests.py
@@ -0,0 +1,11 @@
+--- runTests.py.orig 2021-08-28 05:32:24 UTC
++++ runTests.py
+@@ -107,7 +107,7 @@ def modelDependencies(tests):
+
+ def makeTest(name, j):
+ """Run the make command for a given single test."""
+- doCommand("make -j%d %s" % (j or 1, name))
++ doCommand("gmake -j%d %s" % (j or 1, name))
+
+
+ def runTest(name):