You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that the issue is resolved when gcc@10 is installed alongside the desired compiler on macOS. The issue seems to be that fpm looks for gcc@10. I believe this may not be a problem with setup-fortran, but rather with fpm or setup-fpm in terms of how the binary files are provided. It seems setup-fpm downloads the latest binary files from fpm, but fpm is compiled with gcc@10.
The text was updated successfully, but these errors were encountered:
@wpbonelli, please check this out: https://github.com/gha3mi/test-setup-fortran/actions/runs/8079049989
It appears that the issue is resolved when
gcc@10
is installed alongside the desired compiler onmacOS
. The issue seems to be thatfpm
looks forgcc@10
. I believe this may not be a problem withsetup-fortran
, but rather withfpm
orsetup-fpm
in terms of how the binary files are provided. It seemssetup-fpm
downloads the latest binary files fromfpm
, butfpm
is compiled withgcc@10
.The text was updated successfully, but these errors were encountered: