Setup Fortran Compilers
Version updated for https://github.com/minhqdao/setup-fortran to version v1.7.0.
- This action is used across all versions by 4 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Summary:
The setup-fortran GitHub Action automates the installation and configuration of Fortran compilers across Linux, macOS, and Windows runners. It supports various compilers such as GNU Fortran (gfortran), Intel Fortran (ifort), and NVIDIA Fortran (nvfortran). The action allows users to specify which compiler they want to install and its version, and provides options for MSYS2 subsystem configuration and disk space cleanup for certain compilers like NVFortran.
What’s Changed
- Add support for
lfortran0.64.0. - Robustness improvements.