Skip to content

Tags: wpbonelli/setup-fortran

Tags

v1.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v1.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for Intel compiler (#10)

v1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update compatibility matrix (#9)