-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rstan compilation failing on Windows and Mac CI on main #487
Comments
This happened to me too on a Windows laptop (~1 yr old). The model compiles with the other backend (cmdstanr). |
Thanks for the report @kcharniga. good to know its not just CI but not ideal. In I looked at removing the use of rstan in the vignette and it indeed moves the fault to the testing setup (the first use of rstan) so this is definitely the issue. I see the following output which I am investigating:
|
I see that the march = native flag is not recommended on the stan install guide for rstan so perhaps this is the problem. I am not clear why this would suddenly have become a problem. I can't see anything about this in the brms repo. I also see that the mac issue is still in the vignette suggesting it is a different problem. For this reason I have created sub issues. |
This is my error message: make cmd is make would use |
Now that both sub issues have been addressed moving to close this. Feel free to reopen if anyone sees te behaviour again or anything related. |
See https://github.com/epinowcast/epidist/actions/runs/12139031847 for the issue. This issue was first identified in #426 but is not related to that PR.
I hope/assume its a transcient upstream issue but it may also be related to our CI configuration.
The text was updated successfully, but these errors were encountered: