-
Notifications
You must be signed in to change notification settings - Fork 16
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
building with clang fails with error: "ISO C++17 does not allow 'register' storage class specifier" #27
Comments
Why does The
|
I don't think there's any official documentation on this, but Apple has replaced The actual gcc binaries installed via Homebrew are available as |
Maybe the makefile could parse the output of either:
or else abort if |
The |
The root of the issue is that On macOS, When I do this, I can successfully build Amrvis. |
Since this is an issue for all AMReX builds, I've created an issue for this in the AMReX repo: AMReX-Codes/amrex#3033 |
Building Amrvis fails with Apple Clang 14.0.0 (CommandLineTools 14.1.0):
The text was updated successfully, but these errors were encountered: