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 36b7a72 commit 9b7a551Copy full SHA for 9b7a551
Jenkinsfile
@@ -4,6 +4,7 @@ import org.stan.Utils
4
5
def runTests(String testPath, boolean jumbo = false) {
6
try {
7
+ sh "echo CXXFLAGS += -DEIGEN_INITIALIZE_MATRICES_BY_NAN >> make/local"
8
sh "cat make/local"
9
sh "make print-compiler-flags"
10
if (jumbo && !params.disableJumbo) {
0 commit comments