Andrew Johnson
Andrew Johnson
@venpopov I've gone ahead implemented my requests, let me know if you have any other changes or updates you want to make, otherwise I'll merge this Thanks again for putting...
@tenomoto Is there a reason to require GNU make on FreeBSD? MacOS uses BSD make with no issues
@tenomoto Before this can be merged, `cmdstan` itself should be able to run on FreeBSD, which does not appear to be the case. I just spun up a FreeBSD VM,...
Closing this as implemented in #937
@avehtari Thanks for catching that issue! It looks like Linux needs the Stan model to be compiled with an additional flag for R to be able to link to it...
Sorted! This is ready for review now
Looks related to this: https://discourse.mc-stan.org/t/segfault-when-using-brms-cmdstanr-compile-model-methods-true/33771/4 Can you try compiling with `STAN_THREADS` enabled?
That call stack indicates that you're not on this branch, since it's using the "old" pathway for exposing model methods
Either way I'll have a proper look into this tomorrow and add a fix
FYI that I'm going to leave this PR for the v1.0/CRAN branch. A lot of the complexity/issues here are caused by the windows cmdstan using `mingw32-make/gcc` from `pacman`, while R...