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 for Spack build action #191

Merged
merged 2 commits into from
Oct 30, 2023
Merged

Fix for Spack build action #191

merged 2 commits into from
Oct 30, 2023

Conversation

uturuncoglu
Copy link
Contributor

This PR fixes issue with the automated Spack build. The actions tarted to fail due to missing gfortran (version 12 and 13) packages. This changes add extra code to install those packages explicitly.

@uturuncoglu uturuncoglu added the bug Something isn't working label Oct 30, 2023
@uturuncoglu uturuncoglu requested a review from theurich October 30, 2023 15:48
@uturuncoglu uturuncoglu self-assigned this Oct 30, 2023
@uturuncoglu
Copy link
Contributor Author

@theurich The test action is currently working in here - https://github.com/esmf-org/esmf/actions/runs/6695087117/job/18189863142

Copy link
Member

@theurich theurich left a comment

Choose a reason for hiding this comment

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

It is a little strange that explicit apt-get install gfortran-12 gfortran-13 is needed, while there is a general apt-get install gfortran already present. But it is a small change, and obviously addresses the issue (i.e. runs cleanly now). Nice to have this figured out!

@uturuncoglu
Copy link
Contributor Author

@theurich The test worked without any issue. Do you want me to merge this now?

@theurich
Copy link
Member

Yes, please merge into develop. I will then cherry-pick into release/8.6.0. Thanks!

@uturuncoglu uturuncoglu merged commit ae6d46c into develop Oct 30, 2023
5 checks passed
@theurich theurich deleted the hotfix/spack_action branch November 29, 2023 18:24
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.

2 participants