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

CI: Update the MacOS jobs to use gcc-14 in github workflows #1045

Merged
merged 2 commits into from
Oct 2, 2024

Conversation

martin-frbg
Copy link
Collaborator

Description
gcc-11 was removed from the runner images provided by github on August 12, 2024. As gcc-11 was the most recent release available at the time the workflow files were created, I have updated them to gcc-14 directly, although gcc-12 and gcc-13 would also be available for the time being.

@martin-frbg
Copy link
Collaborator Author

Now the CI failure is caused by gcc-14 picking up missing API_SUFFIX wrapper macros in the LAPACKE ?TFSM interfaces (which were touched by #1042 that got merged two weeks ago - looks like this is something to look out for in forthcoming contributions from people who based their commits on anything earlier than 3.12.0 and thus lack all the wrapper code for Kraynyuk's INDEX-64 API)

@martin-frbg
Copy link
Collaborator Author

martin-frbg commented Aug 20, 2024

created #1046 for the LAPACKE errors found here

@weslleyspereira weslleyspereira merged commit fd3985f into Reference-LAPACK:master Oct 2, 2024
6 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants