fortran-lang / fpm-docs

Documentation repository for the Fortran package manager (fpm)
https://fpm.fortran-lang.org
MIT License
34 stars 21 forks source link

Fix macOS CI due to deleted gcc-9 #100

Closed perazz closed 1 year ago

perazz commented 1 year ago

Issue: gcc-9 was deleted from Github's macOS images (only last 3 revisions retained).

Solution: same as fpm#861. gcc-9 libs are hardcoded in fpm. Until the bootstrapping fpm version can be updated to one that was built with gcc-10, create symbolic links to the locations requested by fpm executable (no ABI changes in libgfortran)

perazz commented 1 year ago

I think this is straightforward enough that I can take charge and merge.