-
Notifications
You must be signed in to change notification settings - Fork 81
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
Fortran oo support with unittest #243
Fortran oo support with unittest #243
Conversation
bdb4f06
to
930a182
Compare
Great, thanks, I'm happy to merge this - will do as you say and merge #239 first. Do you happen to know why the x86_64 wheel builds are getting cancelled? |
Looks like this now needs some conflicts resolving before it can be merged. Will try to get to this later. |
Resolved the conflicts, no idea why this happened because the branch was based on #239 but looks fine for now. |
1738ce6
to
6861a4b
Compare
... about the macos x86_64 builds, I don't know, but it happend to me in all CI/CD jobs up to now. I checked in the action log and it says
|
fc80e85
to
9d99e34
Compare
... looks fine when hardcoding macos-13 instead of macos-latest on x86_64. macos-latest is not anymore supported there, see actions/runner-images#9741 |
Thanks for fixing that! I'll go ahead and merge this and the follow up PRs and then see where we are. Once all building correctly I'll do a new release. |
Great, thanks @krystophny for doing the rebase work! |
This is a variant of #239 where I did some modifications on top of the great work of @danbeibei
Makefile.meson
in some examples.@jameskermode if this fits your requirements, it should be ready to merge -- ideally first #239 and than this one here.