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

Fix continuous integration #31

Merged
merged 11 commits into from
Jul 31, 2024
Merged

Fix continuous integration #31

merged 11 commits into from
Jul 31, 2024

Conversation

marcelmbn
Copy link
Member

  • update GH workflow to more recent Python version
  • remove redundant environment variable sourcing

@marcelmbn
Copy link
Member Author

marcelmbn commented Jul 31, 2024

All CI checks should be passing now. Unfortunately, I had to use openblas instead of the native Accelerate platform to make it work with meson. If anybody has an idea why cmake can find Accelerate but meson not, they're very welcome.
I decided to use the pre-installed gfortran and gcc according to https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md and link them instead of re-installing it.
Fixed #30 with this.

@marcelmbn marcelmbn self-assigned this Jul 31, 2024
@marcelmbn marcelmbn added the bug Something isn't working label Jul 31, 2024
@marcelmbn
Copy link
Member Author

Additional comment: gcc-11 will be removed from all macOS images, which is why I've decided to test with gcc-12

Copy link
Member

@awvwgk awvwgk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for sharing. Looks good to me.

@awvwgk awvwgk linked an issue Jul 31, 2024 that may be closed by this pull request
@marcelmbn marcelmbn merged commit 92b37fb into grimme-lab:main Jul 31, 2024
7 checks passed
@marcelmbn marcelmbn deleted the fix/CI branch July 31, 2024 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failing macOS-latest and ubuntu-latest CI runs
2 participants