Tags: wpbonelli/setup-fortran
Tags
Various enhancements (#44) * expand/automate compatibility testing in weekly workflow * consolidate gcc and intel compatibility tables in README.md * only test latest toolchain versions on each platform on push/pr * update README wording to reflect support for standalone compilers * install g++ separately on ubuntu (not included with gcc-13 via APT) * support gcc 13 via chocolatey mingw on windows * bump default gcc from 11 to 13 (supported on all 3 platforms) * set cxx output and env var consistently * test compiling C/C++ programs
fix: multiple minor fixes (#29) * fix: set SETVARS_COMPLETED after installing/activating Intel toolchain, don't unset local variable in install_intel_apt bash function, test intel and intel-classic on ubuntu-20.04 * include SETVARS_COMPLETED in export_intel_vars, add explanatory comment in install_intel_win" * set CXX on intel/windows, cleanup * ifx 2021.3 install fails on ubuntu