From 5f8880a8d77fd067dc6c6cc4d4a02432ac243d95 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Fri, 27 Aug 2021 20:39:48 -0700 Subject: math/stanmath: New port: C++ template library for automatic differentiation --- math/stanmath/files/patch-runTests.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 math/stanmath/files/patch-runTests.py (limited to 'math/stanmath/files/patch-runTests.py') 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): -- cgit v1.2.3