Installation bug fix release
This release fixes bugs that caused the installation script to fail in the following circumstances:
👴 A pre-installed gfortran version is too old to support the Fortran intrinsic function compiler_version
.
🐶 No acceptable gfortran is present and the wget
download program is not in the PATH (in which case, the OpenCoarrays installation script now patches gfortran's download_prerequisites script to switch to alternate mechanisms curl
or ftp
for fetching remote files.)
🌳 Correct the handling of the --install-branch
argument for using the installation script to install a GCC branch (e.g., when using ./install.sh --package gcc --install-branch trunk
to install the current "trunk" development version of GCC).