-
-
Notifications
You must be signed in to change notification settings - Fork 269
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
Not compiling with clang19 #1130
Comments
From the error message, it looks like Clang 19 wants the empty template args |
Clang19 isn’t actually released yet, correct? |
I believe Bob is correct: llvm/llvm-project#80801 |
Just in case it might help with CI - the RHub project has a variety of docker containers with setups including clang19 |
OK. Does the code need to test for clang version 19 or later or would making those lines be like Bob says be fine for other compilers too? |
When we open a PR to change model base our CI should tell us whether or not it’s a problem on older clang and GCC |
We should just be able to update. The syntax with the explicit |
Ah, upstream resolved this in stan-dev/stan#3228 (part of 2.34) by removing the |
Summary:
Models do not compile with clang19. @SteveBronder or @WardBrian do you know what this means?
Description:
From https://www.stats.ox.ac.uk/pub/bdr/clang19/AovBay.log , which like rstanarm depends on rstan, StanHeaders, etc.
Reproducible Steps:
Try to compile a model with clang19
Current Output:
None
Expected Output:
A compiled stanmodel object
RStan Version:
2.31.x
R Version:
4.4.x
Operating System:
Linux
The text was updated successfully, but these errors were encountered: