sourceryinstitute / OpenCoarrays

A parallel application binary interface for Fortran 2018 compilers.
http://www.opencoarrays.org
BSD 3-Clause "New" or "Revised" License
243 stars 58 forks source link

RFE: Bump `gfortran` default version to `gfortran-12` #765

Open praynaud opened 1 year ago

praynaud commented 1 year ago

Proposed Enhancement

Use latest gfortran as default.

Motivation

gfortran-12 corrects some bugs found in gfortran-11

Relevancy

If users do not yet have gfortran installed, the OpenCoarrays installation defaults to gfortran-11. The default should be the latest gfortran compiler (currently gfortran-12).

Alternatives

Users should install gfortran-12 before installing OpenCoarrays and force OpenCoarrays to using gfortran-12 during installation.