diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-08-27 22:45:23 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-08-27 22:46:41 -0700 |
commit | 19d3a5b611407b4b7f99479c80c0d28b78a83440 (patch) | |
tree | a2ed353305afecfbf78de640175eab6a95f3fa5c /math/stan/files/patch-runTests.py | |
parent | www/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.py | 11 |
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): |