diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-08-27 20:39:48 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-08-27 21:53:40 -0700 |
commit | 5f8880a8d77fd067dc6c6cc4d4a02432ac243d95 (patch) | |
tree | 7a99b2f8c506ca40aed412d67b7a6c2ca8c97349 /math/stanmath/files/patch-runTests.py | |
parent | x11-themes/adwaita-icon-theme: update to 40.1.1 (diff) |
math/stanmath: New port: C++ template library for automatic differentiation
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): |