-
Notifications
You must be signed in to change notification settings - Fork 525
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
Updates for building with NCrystal support (and fix CI) #3274
Conversation
The cpp-linter failure must surely be unrelated to this PR, since all I did was to remove a single include statement! |
@tkittel - I took a look at the raw logs - it appears that the problem is in ll:60 |
@ebknudsen yeah thanks, that's how far I got as well :-) If there was some sort of hint of what needs to be changed, I would not mind to go and do a quick fix. However, it really is unrelated to this PR, and I would prefer to handle that in a separate PR. |
Well, I took a look at the workflow and figured out that one can try to run |
@pshriwise so I added a fix now for the CI like mentioned on #3269 . I am in principle on vacation now, but if the CI all checks out in this PR, I recommend merging it to fix your CI :-) (if it does NOT all check out, I will try to fix it) |
Looks like a few more issues to resolve, trying to have a look. |
f26efd2
to
53e2491
Compare
@pshriwise assuming the last non-NCrystal CI jobs also finish fine, I believe this PR is now ready. In summary:
|
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.
Thanks @tkittel!
Description
This PR has two NCrystal related fixes, which ensures:
I also made a minimal related documentation change, since NCrystal should in general be installed from conda or pip these days, so there is no need for any post-install setup hassle.
This issue does not fix any open issues, since NCrystal release 4.0.0 is not out yet :-)
Checklist
(I checked everything, but of course a few were not applicable).