We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad71b78 commit 533d86cCopy full SHA for 533d86c
1 file changed
.github/workflows/main.yml
@@ -52,6 +52,7 @@ jobs:
52
shell: pwsh
53
run: |
54
Add-Content make\local "CPPFLAGS=-w -Wno-psabi -Wno-misleading-indentation`n"
55
+ Add-Content make\local "STAN_THREADS=true`n"
56
make -f make/standalone math-libs -j2
57
58
- name: Add TBB to PATH
@@ -97,6 +98,7 @@ jobs:
97
98
99
100
101
102
103
104
0 commit comments