-
Notifications
You must be signed in to change notification settings - Fork 40
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
Make sirius compatible with libxc 7 #1025
Conversation
apply-format.x does not seem to format the code correctly on my machine.... |
Probably because behaviour of clang-format is slightly different from version to version. You need to use llvm@17.0.4. Also, format should not be applied to files that are untouched in the current PR. BTW, is the change backwards compatible with libxc-6.x? |
It is compatible with libxc 6. The missing header file is surrounded by a |
This reverts commit 72cf92b.
The change regarding libxc looks good to me. We should revert the formatting commit and fix |
Oh, I only use the apply-format script. Something is definitely wrong. I will revert the patch. |
I'm trying to figure out what has changed in clang-format, one option which apparently changed defaults is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
xc_funcs.h
that is not included by default inxc.h
.