Skip to content
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

Update macOS version in ci #130

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft

Conversation

Algiane
Copy link
Member

@Algiane Algiane commented Oct 25, 2024

Update version for macos github runners before their deletion.

@Algiane Algiane added the kind: cleanup should be clean label Oct 25, 2024
@Algiane Algiane self-assigned this Oct 25, 2024
@Algiane Algiane changed the base branch from master to develop October 25, 2024 14:31
@Algiane
Copy link
Member Author

Algiane commented Oct 26, 2024

Remark:

  • passing fortran argument by reference using the %val keyword is not standard and seems to not be supported by gfortran-14 on arm architecture;
  • initially, we choose to use this feature in order to have a Fortran-C interface allowing variadic functions (I didn't figure out how to do that using Iso-C binding when the interface was implemented a decade ago);
  • a solution may be to rewrite the Fortran-C interface using Iso-C binding...
  • another solution may be to pass pointers to the C variadic function if we come from a Frotran call and to dereference the pointer in C.

@Algiane Algiane marked this pull request as draft October 26, 2024 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: cleanup should be clean
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant